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

Johannes Löthberg demize at archlinux.org
Sat Oct 20 12:30:40 UTC 2018


    Date: Saturday, October 20, 2018 @ 12:30:40
  Author: demize
Revision: 398068

archrelease: copy trunk to community-x86_64

Added:
  pkgconf/repos/community-x86_64/
  pkgconf/repos/community-x86_64/PKGBUILD
    (from rev 398067, pkgconf/trunk/PKGBUILD)

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

Copied: pkgconf/repos/community-x86_64/PKGBUILD (from rev 398067, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-10-20 12:30:40 UTC (rev 398068)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=1.5.4
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
+
+sha256sums=('9c5864a4e08428ef52f05a41c948529555458dec6d283b50f8b7d32463c54664')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list