[arch-commits] Commit in 4ti2/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:14:57 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:14:56
Author: felixonmars
Revision: 659181
archrelease: copy trunk to community-staging-x86_64
Added:
4ti2/repos/community-staging-x86_64/
4ti2/repos/community-staging-x86_64/PKGBUILD
(from rev 659180, 4ti2/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: 4ti2/repos/community-staging-x86_64/PKGBUILD (from rev 659180, 4ti2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:14:56 UTC (rev 659181)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=4ti2
+pkgver=1.6.9
+pkgrel=2
+pkgdesc="A software package for algebraic, geometric and combinatorial problems on linear spaces"
+arch=(x86_64)
+url="https://4ti2.github.io/"
+license=(GPL)
+depends=(glpk)
+source=("https://github.com/4ti2/4ti2/releases/download/Release_${pkgver//./_}/$pkgname-$pkgver.tar.gz")
+sha256sums=('3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --enable-shared --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list