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

Antonio Rojas arojas at gemini.archlinux.org
Mon Oct 4 19:19:31 UTC 2021


    Date: Monday, October 4, 2021 @ 19:19:31
  Author: arojas
Revision: 1027652

archrelease: copy trunk to community-x86_64

Added:
  ocamlbuild/repos/community-x86_64/
  ocamlbuild/repos/community-x86_64/PKGBUILD
    (from rev 1027651, ocamlbuild/trunk/PKGBUILD)

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

Copied: ocamlbuild/repos/community-x86_64/PKGBUILD (from rev 1027651, ocamlbuild/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-10-04 19:19:31 UTC (rev 1027652)
@@ -0,0 +1,24 @@
+# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.14.0
+pkgrel=10
+pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.12.0')
+options=('!makeflags')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
+sha256sums=('87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78')
+
+build() {
+  cd $pkgname-$pkgver
+  make configure PREFIX="/usr" MANDIR="/usr/share/man"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list