[arch-commits] Commit in fff/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:59:19 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:59:18
  Author: felixonmars
Revision: 659060

archrelease: copy trunk to community-staging-any

Added:
  fff/repos/community-staging-any/
  fff/repos/community-staging-any/PKGBUILD
    (from rev 659059, fff/trunk/PKGBUILD)

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

Copied: fff/repos/community-staging-any/PKGBUILD (from rev 659059, fff/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:59:18 UTC (rev 659060)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Crestwave <crest.wave at yahoo.com>
+
+pkgname=fff
+pkgver=2.1
+pkgrel=2
+pkgdesc='Simple and fast file manager'
+arch=(any)
+url='https://github.com/dylanaraps/fff'
+license=(MIT)
+makedepends=(git)
+depends=(xdg-utils)
+source=("git+${url}#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
+  install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# getver: github.com/dylanaraps/fff/releases/latest
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list