[arch-commits] Commit in reprepro/repos (community-x86_64 community-x86_64/PKGBUILD)

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


    Date: Thursday, May 21, 2020 @ 02:06:43
  Author: kpcyrd
Revision: 631033

archrelease: copy trunk to community-x86_64

Added:
  reprepro/repos/community-x86_64/
  reprepro/repos/community-x86_64/PKGBUILD
    (from rev 631032, reprepro/trunk/PKGBUILD)

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

Copied: reprepro/repos/community-x86_64/PKGBUILD (from rev 631032, reprepro/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-05-21 02:06:43 UTC (rev 631033)
@@ -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