[arch-commits] Commit in fuse-overlayfs/repos (2 files)
Morten Linderud
foxboron at archlinux.org
Sun Apr 5 19:59:47 UTC 2020
Date: Sunday, April 5, 2020 @ 19:59:47
Author: foxboron
Revision: 611981
archrelease: copy trunk to community-x86_64
Added:
fuse-overlayfs/repos/community-x86_64/
fuse-overlayfs/repos/community-x86_64/PKGBUILD
(from rev 611980, fuse-overlayfs/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 611980, fuse-overlayfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-04-05 19:59:47 UTC (rev 611981)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Adrian Perez de Castro <aperez at igalia.com>
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=0.7.8
+pkgrel=2
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+_commit=f55aa8ef5606c69bedf6512c06eff800ba831eea # 0.7.8
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed")
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+build () {
+ cd "${pkgname}"
+ autoreconf -fis
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin
+ make
+}
+
+check(){
+ cd "${pkgname}"
+ make check
+}
+
+package (){
+ cd "${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list