[arch-commits] Commit in pacman-contrib/repos (2 files)

Johannes Löthberg demize at archlinux.org
Mon May 28 17:12:25 UTC 2018


    Date: Monday, May 28, 2018 @ 17:12:23
  Author: demize
Revision: 332785

archrelease: copy trunk to community-testing-x86_64

Added:
  pacman-contrib/repos/community-testing-x86_64/
  pacman-contrib/repos/community-testing-x86_64/PKGBUILD
    (from rev 332784, pacman-contrib/trunk/PKGBUILD)

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

Copied: pacman-contrib/repos/community-testing-x86_64/PKGBUILD (from rev 332784, pacman-contrib/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-05-28 17:12:23 UTC (rev 332785)
@@ -0,0 +1,40 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=pacman-contrib
+pkgver=1.0.0
+pkgrel=1
+
+pkgdesc="A library-based package manager with dependency support"
+url="http://www.archlinux.org/pacman/"
+arch=('x86_64')
+license=('GPL')
+
+depends=('pacman' 'fakeroot')
+optdepends=('mlocate: pacdiff'
+            'findutils: pacdiff')
+makedepends=('asciidoc')
+
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg <johannes at kyriasis.com>
+source=(https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-$pkgver.tar.gz{,.asc})
+sha256sums=('0fb95514bd16a316d4cce920d34edc88b0d0618c484e2d7588746869d2339795'
+            'SKIP')
+
+build() {
+  cd pacman-contrib-$pkgver
+
+  ./configure \
+      --prefix=/usr \
+      --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+check() {
+  make -C pacman-contrib-$pkgver check
+}
+
+package() {
+  cd pacman-contrib-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list