[arch-commits] Commit in fuse-zip/repos/community-x86_64 (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Aug 16 22:30:36 UTC 2020


    Date: Sunday, August 16, 2020 @ 22:30:35
  Author: arodseth
Revision: 681966

archrelease: copy trunk to community-x86_64

Added:
  fuse-zip/repos/community-x86_64/PKGBUILD
    (from rev 681965, fuse-zip/trunk/PKGBUILD)

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

Copied: fuse-zip/repos/community-x86_64/PKGBUILD (from rev 681965, fuse-zip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-16 22:30:35 UTC (rev 681966)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Benjamin Auder <benjamin.a at mailoo.org>
+
+pkgname=fuse-zip
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Mount and modify zip files'
+arch=(x86_64)
+url='https://bitbucket.org/agalanin/fuse-zip'
+license=(GPL)
+depends=(fuse libzip)
+makedepends=(setconf)
+source=("https://bitbucket.org/agalanin/fuse-zip/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('7dac61c3f27f9041545ab1a22bb772ea282ed2dea25a0220dcecfa6801b5b121')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  setconf Makefile prefix /usr
+  setconf Makefile RELEASE_CXXFLAGS '-O3 -w'
+}
+
+build() {
+  make -C "$pkgname-$pkgver" release
+}
+
+package() {
+  install -d "$pkgdir/usr/"{bin,share/man/man1}
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list