Date: Wednesday, April 24, 2019 @ 19:27:51
  Author: felixonmars
Revision: 453423

archrelease: copy trunk to community-x86_64

Added:
  augeas/repos/community-x86_64/
  augeas/repos/community-x86_64/PKGBUILD
    (from rev 453422, augeas/trunk/PKGBUILD)

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

Copied: augeas/repos/community-x86_64/PKGBUILD (from rev 453422, 
augeas/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2019-04-24 19:27:51 UTC (rev 453423)
@@ -0,0 +1,26 @@
+# Contributor: Thomas S Hatch <thatc...@gmail.com>
+# Contributor: Jon Nordby <jono...@gmail.com>
+
+pkgname=augeas
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="A configuration editing tool that parses config files and transforms 
them into a tree"
+arch=('x86_64')
+url="http://augeas.net";
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+sha512sums=('4f61d4abbf338e915dfae212560d39792674bc757f05f500afa80c6170abc214ffb99cab2cf5bbd1c2338d11a6909e5fc3ff7112a2246fca69f7b39ac283da40'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to