[arch-commits] Commit in fsharp/repos (testing-any testing-any/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat May 20 22:31:47 UTC 2017


    Date: Saturday, May 20, 2017 @ 22:31:46
  Author: jgc
Revision: 296350

archrelease: copy trunk to testing-any

Added:
  fsharp/repos/testing-any/
  fsharp/repos/testing-any/PKGBUILD
    (from rev 296349, fsharp/trunk/PKGBUILD)

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

Copied: fsharp/repos/testing-any/PKGBUILD (from rev 296349, fsharp/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-05-20 22:31:46 UTC (rev 296350)
@@ -0,0 +1,32 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Mort Yao <soi at mort.ninja>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=fsharp
+pkgver=4.1.18
+pkgrel=1
+pkgdesc="The Open Edition of the F# compiler, core library and tools"
+arch=('any')
+url="http://fsharp.org/"
+license=('Apache')
+depends=('mono')
+makedepends=(git)
+_commit=3245fd24efcc7a54d4314a2897257f68cd194244  # tags/4.1.18
+source=("git+https://github.com/fsharp/fsharp/#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list