[arch-commits] Commit in (4 files)

Kpcyrd kpcyrd at archlinux.org
Thu May 21 02:06:21 UTC 2020


    Date: Thursday, May 21, 2020 @ 02:06:20
  Author: kpcyrd
Revision: 631032

upgpkg: reprepro 5.3.0-2

Added:
  reprepro/
  reprepro/repos/
  reprepro/trunk/
  reprepro/trunk/PKGBUILD

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

Added: reprepro/trunk/PKGBUILD
===================================================================
--- reprepro/trunk/PKGBUILD	                        (rev 0)
+++ reprepro/trunk/PKGBUILD	2020-05-21 02:06:20 UTC (rev 631032)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Andre Klitzing <andre AT incubo DOT de>
+# Contributor: max-k <max-k AT post DOT com>
+
+pkgname=reprepro
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='Debian package repository producer'
+url="https://salsa.debian.org/brlink/reprepro"
+arch=('x86_64')
+license=('GPL2')
+depends=('db' 'gpgme' 'zlib' 'bzip2' 'xz' 'libarchive' 'libgpg-error')
+source=("http://ftp.debian.org/debian/pool/main/r/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz")
+sha512sums=('2d4c7d6389bbec629b2c75355d120efbb9fcc1a603c8086093fa7cf466c6ea390f2e688a38800094031746b0d05a9906d32019aa2ed591cecbfe9c875ce76916')
+b2sums=('e58722c5c72055271288def4d2639357a146fbb032e7f3be12c70ac54692fe7a2c4cd57c1850332ef7852f060d5d7d0f86665193be5123f4cdc3fb3da2fe28aa')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list