[arch-commits] Commit in sparsehash/repos/community-any (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Feb 28 11:51:52 UTC 2022


    Date: Monday, February 28, 2022 @ 11:51:52
  Author: mtorromeo
Revision: 1138410

archrelease: copy trunk to community-any

Added:
  sparsehash/repos/community-any/PKGBUILD
    (from rev 1138409, sparsehash/trunk/PKGBUILD)
Deleted:
  sparsehash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 11:51:45 UTC (rev 1138409)
+++ PKGBUILD	2022-02-28 11:51:52 UTC (rev 1138410)
@@ -1,23 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=sparsehash
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
-arch=("any")
-url="https://github.com/sparsehash/sparsehash"
-license=('BSD')
-source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz")
-sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58')
-
-build() {
-	cd "$srcdir"/sparsehash-sparsehash-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir"/sparsehash-sparsehash-$pkgver
-	make DESTDIR="$pkgdir/" install
-	install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: sparsehash/repos/community-any/PKGBUILD (from rev 1138409, sparsehash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 11:51:52 UTC (rev 1138410)
@@ -0,0 +1,24 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=sparsehash
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="Library that contains several hash-map implementations, including implementations that optimize for space or speed."
+arch=("any")
+url="https://github.com/sparsehash/sparsehash"
+options=('debug')
+license=('BSD')
+source=("https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz")
+sha256sums=('8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58')
+
+build() {
+	cd "$srcdir"/sparsehash-sparsehash-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir"/sparsehash-sparsehash-$pkgver
+	make DESTDIR="$pkgdir/" install
+	install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list