[arch-commits] Commit in nimrod/repos (2 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Aug 25 20:41:23 UTC 2013


    Date: Sunday, August 25, 2013 @ 22:41:23
  Author: arodseth
Revision: 96341

archrelease: copy trunk to community-x86_64, community-i686

Added:
  nimrod/repos/community-i686/PKGBUILD
    (from rev 96340, nimrod/trunk/PKGBUILD)
  nimrod/repos/community-x86_64/PKGBUILD
    (from rev 96340, nimrod/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

Copied: nimrod/repos/community-i686/PKGBUILD (from rev 96340, nimrod/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-25 20:41:23 UTC (rev 96341)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Dominik Picheta <morfeusz8 at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=nimrod
+pkgver=0.9.2
+pkgrel=3
+pkgdesc='Imparative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('setconf')
+source=("http://nimrod-code.org/download/${pkgname}_$pkgver.zip")
+options=('!emptydirs')
+sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
+
+prepare() {
+  cd "$pkgname"
+
+  setconf install.sh bindir "$pkgdir/usr/bin"
+  setconf install.sh configdir "$pkgdir/etc"
+  setconf install.sh libdir "$pkgdir/usr/lib/$pkgname"
+  setconf install.sh docdir "$pkgdir/usr/share/doc/$pkgname"
+  setconf install.sh datadir "$pkgdir/usr/share/$pkgname"
+}
+
+build() {
+  cd "$pkgname"
+
+  sh build.sh
+  ./bin/nimrod c -d:release koch
+  PATH="$PATH":./bin/nimrod ./koch boot -d:release -d:useGnuReadline
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/bin"
+  install -d "$pkgdir/etc"
+  install -d "$pkgdir/usr/lib/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -d "$pkgdir/usr/share/$pkgname"
+  sh install.sh /usr/bin
+  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nimrod/repos/community-x86_64/PKGBUILD (from rev 96340, nimrod/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-25 20:41:23 UTC (rev 96341)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Dominik Picheta <morfeusz8 at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=nimrod
+pkgver=0.9.2
+pkgrel=3
+pkgdesc='Imparative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('setconf')
+source=("http://nimrod-code.org/download/${pkgname}_$pkgver.zip")
+options=('!emptydirs')
+sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090')
+
+prepare() {
+  cd "$pkgname"
+
+  setconf install.sh bindir "$pkgdir/usr/bin"
+  setconf install.sh configdir "$pkgdir/etc"
+  setconf install.sh libdir "$pkgdir/usr/lib/$pkgname"
+  setconf install.sh docdir "$pkgdir/usr/share/doc/$pkgname"
+  setconf install.sh datadir "$pkgdir/usr/share/$pkgname"
+}
+
+build() {
+  cd "$pkgname"
+
+  sh build.sh
+  ./bin/nimrod c -d:release koch
+  PATH="$PATH":./bin/nimrod ./koch boot -d:release -d:useGnuReadline
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/bin"
+  install -d "$pkgdir/etc"
+  install -d "$pkgdir/usr/lib/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -d "$pkgdir/usr/share/$pkgname"
+  sh install.sh /usr/bin
+  install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list