[arch-commits] Commit in pony-stable/repos/community-x86_64 (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 27 18:42:33 UTC 2018


    Date: Thursday, September 27, 2018 @ 18:42:33
  Author: felixonmars
Revision: 386654

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
    (from rev 386653, pony-stable/trunk/PKGBUILD)

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

Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 386653, pony-stable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-27 18:42:33 UTC (rev 386654)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Xavier Francisco <echo moc.liamg at ocsicnarf.n.reivax | rev>
+
+pkgname=pony-stable
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A simple dependency manager for the Pony language."
+arch=('x86_64')
+url="https://github.com/ponylang/pony-stable"
+license=('BSD')
+depends=('ponyc')
+source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz")
+sha512sums=('46a11f4fa7e8f10c04028c655d5723adb2792455af57879d0eb4b776d2e5057b16db31d4e439dce7f1702fe9cc468fd83048a2ae6c1993bb430df92f085c8a78')
+
+build() {
+  cd pony-stable-$pkgver
+  make
+}
+
+check() {
+  cd pony-stable-$pkgver
+  make test
+}
+
+package() {
+  cd pony-stable-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr install
+}



More information about the arch-commits mailing list