[arch-commits] Commit in nimble/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Mar 12 10:38:24 UTC 2016
Date: Saturday, March 12, 2016 @ 11:38:24
Author: arodseth
Revision: 166217
archrelease: copy trunk to community-x86_64, community-i686
Added:
nimble/repos/community-i686/PKGBUILD
(from rev 166216, nimble/trunk/PKGBUILD)
nimble/repos/community-x86_64/PKGBUILD
(from rev 166216, nimble/trunk/PKGBUILD)
Deleted:
nimble/repos/community-i686/PKGBUILD
nimble/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 96 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 47 ---------------------
community-x86_64/PKGBUILD | 47 ---------------------
3 files changed, 96 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-03-12 10:38:11 UTC (rev 166216)
+++ community-i686/PKGBUILD 2016-03-12 10:38:24 UTC (rev 166217)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.7.2
-pkgrel=2
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nim-lang/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-depends=('glibc')
-source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- cd "$pkgname"
-
- git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
- cd "$pkgname"
-
- nim c -d:release src/nimble
-}
-
-package() {
- cd "$pkgname"
-
- # Does not work. Also not separating compilation from installation.
- # nim c -r src/nimble install
-
- install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
- install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-
- # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
- cp -r src/nimblepkg "$pkgdir/usr/share/$pkgname"
- ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimblepkg"
-
- cp -r src/nimcache "$pkgdir/usr/share/$pkgname"
- ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimcache"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:
Copied: nimble/repos/community-i686/PKGBUILD (from rev 166216, nimble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 10:38:24 UTC (rev 166217)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.7.2
+pkgrel=2
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nim-lang/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+depends=('glibc')
+source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+
+ git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
+}
+
+build() {
+ cd "$pkgname"
+
+ nim c -d:release src/nimble
+}
+
+package() {
+ cd "$pkgname"
+
+ # Does not work. Also not separating compilation from installation.
+ # nim c -r src/nimble install
+
+ install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
+ install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+
+ # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+ cp -r src/nimblepkg "$pkgdir/usr/share/$pkgname"
+ ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimblepkg"
+
+ # This solves nothing.
+ #cp -r src/nimcache "$pkgdir/usr/share/$pkgname/nimcache"
+ #ln -s "/usr/share/$pkgname/nimcache" "$pkgdir/usr/bin/nimcache"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-03-12 10:38:11 UTC (rev 166216)
+++ community-x86_64/PKGBUILD 2016-03-12 10:38:24 UTC (rev 166217)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.7.2
-pkgrel=2
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nim-lang/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-depends=('glibc')
-source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- cd "$pkgname"
-
- git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
- cd "$pkgname"
-
- nim c -d:release src/nimble
-}
-
-package() {
- cd "$pkgname"
-
- # Does not work. Also not separating compilation from installation.
- # nim c -r src/nimble install
-
- install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
- install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-
- # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
- cp -r src/nimblepkg "$pkgdir/usr/share/$pkgname"
- ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimblepkg"
-
- cp -r src/nimcache "$pkgdir/usr/share/$pkgname"
- ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimcache"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:
Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 166216, nimble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-03-12 10:38:24 UTC (rev 166217)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.7.2
+pkgrel=2
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nim-lang/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+depends=('glibc')
+source=("git://github.com/nim-lang/nimble.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+
+ git clone -b v0.13.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
+}
+
+build() {
+ cd "$pkgname"
+
+ nim c -d:release src/nimble
+}
+
+package() {
+ cd "$pkgname"
+
+ # Does not work. Also not separating compilation from installation.
+ # nim c -r src/nimble install
+
+ install -Dm755 src/nimble "$pkgdir/usr/bin/nimble"
+ install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+
+ # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+ cp -r src/nimblepkg "$pkgdir/usr/share/$pkgname"
+ ln -s "/usr/share/$pkgname" "$pkgdir/usr/bin/nimblepkg"
+
+ # This solves nothing.
+ #cp -r src/nimcache "$pkgdir/usr/share/$pkgname/nimcache"
+ #ln -s "/usr/share/$pkgname/nimcache" "$pkgdir/usr/bin/nimcache"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list