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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:24:04 UTC 2018


    Date: Friday, November 9, 2018 @ 21:24:04
  Author: felixonmars
Revision: 338568

archrelease: copy trunk to staging-x86_64

Added:
  qqwing/repos/staging-x86_64/
  qqwing/repos/staging-x86_64/PKGBUILD
    (from rev 338567, qqwing/trunk/PKGBUILD)

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

Copied: qqwing/repos/staging-x86_64/PKGBUILD (from rev 338567, qqwing/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 21:24:04 UTC (rev 338568)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=qqwing
+pkgver=1.3.4
+pkgrel=4
+pkgdesc="Sudoku generating and solving software"
+arch=('x86_64')
+url='https://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list