[arch-commits] Commit in libdeflate (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Sep 2 09:09:45 UTC 2021


    Date: Thursday, September 2, 2021 @ 09:09:45
  Author: alucryd
Revision: 1010538

archrelease: copy trunk to community-x86_64

Added:
  libdeflate/repos/
  libdeflate/repos/community-x86_64/
  libdeflate/repos/community-x86_64/PKGBUILD
    (from rev 1010537, libdeflate/trunk/PKGBUILD)

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

Copied: libdeflate/repos/community-x86_64/PKGBUILD (from rev 1010537, libdeflate/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-09-02 09:09:45 UTC (rev 1010538)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Chocobo1 <chocobo1 at archlinux.net>
+
+pkgname=libdeflate
+pkgver=1.8
+pkgrel=2
+pkgdesc='Heavily optimized library for DEFLATE/zlib/gzip compression and decompression'
+arch=(x86_64)
+url=https://github.com/ebiggers/libdeflate
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+_tag=047aa84e01b38d82f3612810e357bd40f14a3d39
+source=(git+https://github.com/ebiggers/libdeflate.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  make PREFIX=/usr -C libdeflate
+}
+
+pkgver() {
+  cd libdeflate
+  git describe --tags | sed 's/^v//'
+}
+
+check() {
+  make PREFIX=/usr check -C libdeflate
+}
+
+package() {
+  make PREFIX=/usr DESTDIR="${pkgdir}" install -C libdeflate
+  install -Dm 644 libdeflate/COPYING -t "${pkgdir}"/usr/share/licenses/libdeflate/
+}
+
+# vim ts=2 sw=2 et:



More information about the arch-commits mailing list