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

Jan de Groot jgc at archlinux.org
Wed Jan 25 21:57:10 UTC 2017


    Date: Wednesday, January 25, 2017 @ 21:57:09
  Author: jgc
Revision: 287449

archrelease: copy trunk to extra-any

Added:
  fsharp/repos/extra-any/
  fsharp/repos/extra-any/PKGBUILD
    (from rev 287448, fsharp/trunk/PKGBUILD)

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

Copied: fsharp/repos/extra-any/PKGBUILD (from rev 287448, fsharp/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2017-01-25 21:57:09 UTC (rev 287449)
@@ -0,0 +1,25 @@
+# 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.0.1.20
+pkgrel=1
+pkgdesc="The Open Edition of the F# compiler, core library and tools"
+arch=('any')
+url="http://fsharp.org/"
+license=('Apache')
+depends=('mono>=4.0.3.20')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fsharp/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('b4b721e369b27822eb0e1275694c7152')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list