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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:37:34 UTC 2018


    Date: Friday, November 9, 2018 @ 21:37:34
  Author: felixonmars
Revision: 404713

archrelease: copy trunk to community-staging-x86_64

Added:
  unionfs-fuse/repos/community-staging-x86_64/
  unionfs-fuse/repos/community-staging-x86_64/PKGBUILD
    (from rev 404712, unionfs-fuse/trunk/PKGBUILD)

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

Copied: unionfs-fuse/repos/community-staging-x86_64/PKGBUILD (from rev 404712, unionfs-fuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:37:34 UTC (rev 404713)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
+
+pkgname=unionfs-fuse
+pkgver=2.0
+pkgrel=2
+pkgdesc="A user space unionfs implementation"
+arch=('x86_64')
+url="https://github.com/rpodgorny/unionfs-fuse"
+license=('BSD')
+depends=('fuse2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/unionfs-fuse/archive/v${pkgver}.tar.gz")
+md5sums=('40411d156ea7fa0e7cd0a8ec6fe60e70')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list