Date: Monday, March 13, 2023 @ 14:50:14
  Author: orhun
Revision: 1419678

archrelease: copy trunk to community-any

Added:
  wikiman/repos/community-any/
  wikiman/repos/community-any/PKGBUILD
    (from rev 1419677, wikiman/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: wikiman/repos/community-any/PKGBUILD (from rev 1419677, 
wikiman/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2023-03-13 14:50:14 UTC (rev 1419678)
@@ -0,0 +1,23 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Filip Parag <[email protected]>
+
+pkgname=wikiman
+pkgver=2.13.1
+pkgrel=2
+pkgdesc="Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and 
other documentation"
+arch=('any')
+url="https://github.com/filiparag/wikiman";
+license=('MIT')
+makedepends=('make')
+depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'findutils' 'coreutils' 'sed' 
'grep' 'parallel')
+optdepends=('arch-wiki-docs: enable Arch Wiki')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('096a163022f14068edf9aef132d878a8a5dbacdcec61dd0028efeb811a0975b6')
+backup=('etc/wikiman.conf')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to