[arch-commits] Commit in antic/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Fri Jun 24 14:32:22 UTC 2022


    Date: Friday, June 24, 2022 @ 14:32:22
  Author: arojas
Revision: 1239344

archrelease: copy trunk to community-staging-x86_64

Added:
  antic/repos/community-staging-x86_64/
  antic/repos/community-staging-x86_64/PKGBUILD
    (from rev 1239343, antic/trunk/PKGBUILD)

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

Copied: antic/repos/community-staging-x86_64/PKGBUILD (from rev 1239343, antic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-06-24 14:32:22 UTC (rev 1239344)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=antic
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Algebraic Number Theory In C'
+arch=(x86_64)
+url='https://github.com/wbhart/antic'
+license=(LGPL)
+depends=(flint)
+makedepends=()
+source=(https://github.com/wbhart/antic/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7b236b6226d5730cf66d492f1562c34d4dcf1bdc8775fec2330f560332ab05c1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list