Date: Monday, January 2, 2023 @ 21:01:49
Author: arojas
Revision: 1373991
archrelease: copy trunk to community-x86_64
Added:
minizip-ng/repos/community-x86_64/PKGBUILD
(from rev 1373990, minizip-ng/trunk/PKGBUILD)
Deleted:
minizip-ng/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-02 21:01:40 UTC (rev 1373990)
+++ PKGBUILD 2023-01-02 21:01:49 UTC (rev 1373991)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=minizip-ng
-pkgver=3.0.7
-pkgrel=2
-pkgdesc='Fork of the popular zip manipulation library found in the zlib
distribution'
-arch=(x86_64)
-url='https://github.com/zlib-ng/minizip-ng'
-license=(custom)
-depends=(openssl bzip2 zstd)
-makedepends=(cmake)
-source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39981a0db1bb6da504909bce63d7493286c5e50825c056564544c990d15c55cf')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DMZ_PROJECT_SUFFIX="-ng" \
- -DBUILD_SHARED_LIBS=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- rm "$pkgdir"/usr/include/{,un}zip.h # Conflict with libzip
- install -Dm644 $pkgname-$pkgver/LICENSE -t
"$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: minizip-ng/repos/community-x86_64/PKGBUILD (from rev 1373990,
minizip-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-02 21:01:49 UTC (rev 1373991)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=minizip-ng
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Fork of the popular zip manipulation library found in the zlib
distribution'
+arch=(x86_64)
+url='https://github.com/zlib-ng/minizip-ng'
+license=(custom)
+depends=(openssl bzip2 zstd)
+makedepends=(cmake)
+source=(https://github.com/zlib-ng/minizip-ng/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('27cc2f62cd02d79b71b346fc6ace02728385f8ba9c6b5f124062b0790a04629a')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DMZ_PROJECT_SUFFIX="-ng" \
+ -DBUILD_SHARED_LIBS=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ rm "$pkgdir"/usr/include/{,un}zip.h # Conflict with libzip
+ install -Dm644 $pkgname-$pkgver/LICENSE -t
"$pkgdir"/usr/share/licenses/$pkgname
+}