[arch-commits] Commit in polyml/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue May 11 09:46:38 UTC 2021
Date: Tuesday, May 11, 2021 @ 09:46:38
Author: arodseth
Revision: 929929
archrelease: copy trunk to community-x86_64
Added:
polyml/repos/community-x86_64/PKGBUILD
(from rev 929928, polyml/trunk/PKGBUILD)
Deleted:
polyml/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 71 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 34 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 09:46:33 UTC (rev 929928)
+++ PKGBUILD 2021-05-11 09:46:38 UTC (rev 929929)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Mort Yao <soi at mort.ninja>
-# Contributor: Alex Merry <dev at randomguy3.me.uk>
-
-pkgname=polyml
-pkgver=5.8.1
-pkgrel=1
-pkgdesc='Standard ML compiler originally written in Poly'
-arch=(x86_64)
-url='https://polyml.org/'
-license=(LGPL)
-conflicts=(mesa-demos)
-options=(!libtool)
-depends=(gmp libffi)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('fa0507b44470b4e07a061ef6a8896efe42710d8436e15721d743572ad2f7753b')
-
-build() {
- cd $pkgname-$pkgver
- ./configure \
- --enable-shared \
- --prefix=/usr \
- --with-gmp \
- --with-system-libffi
- make
-}
-
-check() {
- make -C $pkgname-$pkgver -k check
-}
-
-package() {
- make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}
-
-# getver: polyml.org
-# vim: ts=2 sw=2 et:
Copied: polyml/repos/community-x86_64/PKGBUILD (from rev 929928, polyml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-11 09:46:38 UTC (rev 929929)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Mort Yao <soi at mort.ninja>
+# Contributor: Alex Merry <dev at randomguy3.me.uk>
+
+pkgname=polyml
+pkgver=5.8.2
+pkgrel=1
+pkgdesc='Standard ML compiler originally written in Poly'
+arch=(x86_64)
+url='https://polyml.org/'
+license=(LGPL)
+conflicts=(mesa-demos)
+options=(!libtool)
+depends=(gmp libffi)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
+b2sums=('28abec92f8372779ca2b431a069f43a38f0560056edc37b615d5ddc48a9d5b17f2d56c35de3e8f38a1449873d2a7cfc419f6305c790ab77590a8b785f7cfc092')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --enable-shared \
+ --prefix=/usr \
+ --with-gmp \
+ --with-system-libffi
+ make
+}
+
+check() {
+ make -C $pkgname-$pkgver -k check
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list