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

Felix Yan felixonmars at archlinux.org
Sat May 16 11:46:51 UTC 2020


    Date: Saturday, May 16, 2020 @ 11:46:50
  Author: felixonmars
Revision: 384352

archrelease: copy trunk to staging-x86_64

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

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

Copied: qqwing/repos/staging-x86_64/PKGBUILD (from rev 384351, qqwing/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 11:46:50 UTC (rev 384352)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=qqwing
+pkgver=1.3.4
+pkgrel=5
+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