[arch-commits] Commit in gob2/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 10:30:04 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:30:04
  Author: foutrelis
Revision: 384142

archrelease: copy trunk to staging-x86_64

Added:
  gob2/repos/staging-x86_64/
  gob2/repos/staging-x86_64/PKGBUILD
    (from rev 384141, gob2/trunk/PKGBUILD)

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

Copied: gob2/repos/staging-x86_64/PKGBUILD (from rev 384141, gob2/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:30:04 UTC (rev 384142)
@@ -0,0 +1,24 @@
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=gob2
+pkgver=2.0.20
+pkgrel=3
+pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
+arch=(x86_64)
+license=('GPL')
+depends=('glib2')
+url="https://www.jirka.org/gob.html"
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list