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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:59:09 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:59:09
  Author: felixonmars
Revision: 659934

archrelease: copy trunk to community-staging-x86_64

Added:
  advancecomp/repos/community-staging-x86_64/
  advancecomp/repos/community-staging-x86_64/PKGBUILD
    (from rev 659931, advancecomp/trunk/PKGBUILD)

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

Copied: advancecomp/repos/community-staging-x86_64/PKGBUILD (from rev 659931, advancecomp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:59:09 UTC (rev 659934)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: 2ion
+
+pkgname=advancecomp
+pkgver=2.1
+pkgrel=3
+arch=('x86_64')
+pkgdesc="Recompression utilities for .zip .png .mng and .gz files using the 7-zip algorithm"
+url='https://www.advancemame.it/'
+license=('GPL')
+source=("https://github.com/amadvance/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8')
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --mandir=/usr/share/man
+    make
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list