[arch-commits] Commit in nimble/repos (4 files)

2017-09-11 Thread Levente Polyak
Date: Monday, September 11, 2017 @ 14:20:57
  Author: anthraxx
Revision: 256928

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 256927, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 256927, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-11 14:20:48 UTC (rev 256927)
+++ community-i686/PKGBUILD 2017-09-11 14:20:57 UTC (rev 256928)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('af251c1011fe1d6e72a9d18a7672a8b90013dd6659085082e525d31204ca6ddf')
-sha512sums=('4d8fc1e49d3bc981cab91ce7c4c368b33b437df317f3d0ae40cab22d51a4d4c3c1270dcca1f3798a69b8b3cfe8f50752ae77bf09ca744543932c99d3622329d6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # 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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 256927, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-11 14:20:57 UTC (rev 256928)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('glibc')
+makedepends=('nim')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
+sha256sums=('4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd')
+sha512sums=('4201ed0856b26505e83aa885624065a0200dead9cbc0d5bc0ba750da597b9c37708c1783f7fe518d2bdff954b53ccbc9f92d723f2ce41f4799c8fb9d895c1c6e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # 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"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-11 14:20:48 UTC (rev 256927)
+++ community-x86_64/PKGBUILD   2017-09-11 14:20:57 UTC (rev 256928)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('af251c1011fe1d6e72a9d18a7672a8b90013dd6659085082e525d31204ca6ddf')
-sha512sums=('4d8fc1e49d3bc981cab91ce7c4c368b33b437df317f3d0ae40cab22d51a4d4c3c1270dcca1f3798a69b8b3cfe8f50752ae77bf09ca744543932c99d3622329d6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # 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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in nimble/repos (4 files)

2017-07-19 Thread Levente Polyak
Date: Wednesday, July 19, 2017 @ 13:58:33
  Author: anthraxx
Revision: 245677

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 245676, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 245676, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-19 13:58:21 UTC (rev 245676)
+++ community-i686/PKGBUILD 2017-07-19 13:58:33 UTC (rev 245677)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.8.4
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('ba47cee4f74c56d14d6142e9324b3a8fd5a0e6cd8cbcf81e04ae58543b848e5e')
-sha512sums=('93092b59926941b35d74cf678dc6c45e7c7d23654441fd59cf0794d0f9917fb1c13cf813e1109172981bb1da06f925116643b97141fdc039b43fbbcad7b583d7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # 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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 245676, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-19 13:58:33 UTC (rev 245677)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.8.6
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('glibc')
+makedepends=('nim')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
+sha256sums=('af251c1011fe1d6e72a9d18a7672a8b90013dd6659085082e525d31204ca6ddf')
+sha512sums=('4d8fc1e49d3bc981cab91ce7c4c368b33b437df317f3d0ae40cab22d51a4d4c3c1270dcca1f3798a69b8b3cfe8f50752ae77bf09ca744543932c99d3622329d6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # 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"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-19 13:58:21 UTC (rev 245676)
+++ community-x86_64/PKGBUILD   2017-07-19 13:58:33 UTC (rev 245677)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.8.4
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('ba47cee4f74c56d14d6142e9324b3a8fd5a0e6cd8cbcf81e04ae58543b848e5e')
-sha512sums=('93092b59926941b35d74cf678dc6c45e7c7d23654441fd59cf0794d0f9917fb1c13cf813e1109172981bb1da06f925116643b97141fdc039b43fbbcad7b583d7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # 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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in nimble/repos (4 files)

2017-03-12 Thread Levente Polyak
Date: Sunday, March 12, 2017 @ 21:38:58
  Author: anthraxx
Revision: 215904

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 215903, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 215903, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 68 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-12 21:38:47 UTC (rev 215903)
+++ community-i686/PKGBUILD 2017-03-12 21:38:58 UTC (rev 215904)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.8
-pkgrel=1
-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.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
-  cd "$pkgname"
-
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd "$pkgname"
-
-  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"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 215903, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-12 21:38:58 UTC (rev 215904)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.8.4
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64' 'i686')
+license=('BSD')
+depends=('glibc')
+makedepends=('nim')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
+sha256sums=('ba47cee4f74c56d14d6142e9324b3a8fd5a0e6cd8cbcf81e04ae58543b848e5e')
+sha512sums=('93092b59926941b35d74cf678dc6c45e7c7d23654441fd59cf0794d0f9917fb1c13cf813e1109172981bb1da06f925116643b97141fdc039b43fbbcad7b583d7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # 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"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-12 21:38:47 UTC (rev 215903)
+++ community-x86_64/PKGBUILD   2017-03-12 21:38:58 UTC (rev 215904)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.8
-pkgrel=1
-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.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
-  cd "$pkgname"
-
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd "$pkgname"
-
-  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"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 215903, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-12 21:38:58 UTC (rev 215904)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 

[arch-commits] Commit in nimble/repos (4 files)

2016-10-07 Thread Alexander Rødseth
Date: Friday, October 7, 2016 @ 08:50:36
  Author: arodseth
Revision: 191537

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 191536, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 191536, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-07 08:49:08 UTC (rev 191536)
+++ community-i686/PKGBUILD 2016-10-07 08:50:36 UTC (rev 191537)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.4
-pkgrel=1
-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.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
-  cd "$pkgname"
-
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd "$pkgname"
-
-  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"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 191536, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-07 08:50:36 UTC (rev 191537)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.8
+pkgrel=1
+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.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
+}
+
+build() {
+  cd "$pkgname"
+
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd "$pkgname"
+
+  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"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-07 08:49:08 UTC (rev 191536)
+++ community-x86_64/PKGBUILD   2016-10-07 08:50:36 UTC (rev 191537)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.4
-pkgrel=1
-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.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
-}
-
-build() {
-  cd "$pkgname"
-
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd "$pkgname"
-
-  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"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 191536, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-07 08:50:36 UTC (rev 191537)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.8
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')

[arch-commits] Commit in nimble/repos (4 files)

2016-06-08 Thread Alexander Rødseth
Date: Wednesday, June 8, 2016 @ 22:23:02
  Author: arodseth
Revision: 178679

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 178678, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 178678, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-08 20:21:29 UTC (rev 178678)
+++ community-i686/PKGBUILD 2016-06-08 20:23:02 UTC (rev 178679)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-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:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 178678, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-08 20:23:02 UTC (rev 178679)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.4
+pkgrel=1
+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.14.0 --depth 1 git://github.com/nim-lang/nim vendor/nim
+}
+
+build() {
+  cd "$pkgname"
+
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd "$pkgname"
+
+  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"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-08 20:21:29 UTC (rev 178678)
+++ community-x86_64/PKGBUILD   2016-06-08 20:23:02 UTC (rev 178679)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-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
-# 

[arch-commits] Commit in nimble/repos (4 files)

2016-03-12 Thread Alexander Rødseth
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 
-
-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 
+
+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 
-
-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"

[arch-commits] Commit in nimble/repos (4 files)

2016-03-12 Thread Alexander Rødseth
Date: Saturday, March 12, 2016 @ 11:29:45
  Author: arodseth
Revision: 166215

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 166214, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 166214, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   44 
 community-x86_64/PKGBUILD |   44 
 3 files changed, 94 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 10:29:20 UTC (rev 166214)
+++ community-i686/PKGBUILD 2016-03-12 10:29:45 UTC (rev 166215)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-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"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 166214, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 10:29:45 UTC (rev 166215)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-12 10:29:20 UTC (rev 166214)
+++ community-x86_64/PKGBUILD   2016-03-12 10:29:45 UTC (rev 166215)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-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"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 166214, 
nimble/trunk/PKGBUILD)

[arch-commits] Commit in nimble/repos (4 files)

2016-03-12 Thread Alexander Rødseth
Date: Saturday, March 12, 2016 @ 11:22:38
  Author: arodseth
Revision: 166213

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 166212, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 166212, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 88 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 10:22:25 UTC (rev 166212)
+++ community-i686/PKGBUILD 2016-03-12 10:22:38 UTC (rev 166213)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.2
-epoch=1
-pkgrel=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"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 166212, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 10:22:38 UTC (rev 166213)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+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"
+}
+
+# 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:22:25 UTC (rev 166212)
+++ community-x86_64/PKGBUILD   2016-03-12 10:22:38 UTC (rev 166213)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.2
-epoch=1
-pkgrel=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"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 166212, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-12 10:22:38 UTC (rev 166213)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+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 

[arch-commits] Commit in nimble/repos (4 files)

2016-02-11 Thread Alexander Rødseth
Date: Thursday, February 11, 2016 @ 22:57:18
  Author: arodseth
Revision: 161315

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 161314, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 161314, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-11 21:57:04 UTC (rev 161314)
+++ community-i686/PKGBUILD 2016-02-11 21:57:18 UTC (rev 161315)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.0
-epoch=1
-pkgrel=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#commit=670bcec")
-#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"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 161314, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-11 21:57:18 UTC (rev 161315)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.2
+epoch=1
+pkgrel=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"
+
+  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
+  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-11 21:57:04 UTC (rev 161314)
+++ community-x86_64/PKGBUILD   2016-02-11 21:57:18 UTC (rev 161315)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.7.0
-epoch=1
-pkgrel=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#commit=670bcec")
-#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"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# getver: github.com/nim-lang/nimble
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 161314, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-11 21:57:18 UTC (rev 161315)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.2
+epoch=1
+pkgrel=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"
+
+  install -Dm755 "src/nimble" 

[arch-commits] Commit in nimble/repos (4 files)

2016-02-03 Thread Alexander Rødseth
Date: Wednesday, February 3, 2016 @ 21:24:42
  Author: arodseth
Revision: 160114

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 160113, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 160113, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 3 files changed, 76 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-03 20:24:29 UTC (rev 160113)
+++ community-i686/PKGBUILD 2016-02-03 20:24:42 UTC (rev 160114)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.6.2
-epoch=1
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname/src/"
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 160113, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-03 20:24:42 UTC (rev 160114)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.0
+epoch=1
+pkgrel=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#commit=670bcec")
+#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"
+
+  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
+  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-03 20:24:29 UTC (rev 160113)
+++ community-x86_64/PKGBUILD   2016-02-03 20:24:42 UTC (rev 160114)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.6.2
-epoch=1
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=("git://github.com/nimrod-code/nimble.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname/src/"
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
-  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 160113, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-03 20:24:42 UTC (rev 160114)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.7.0
+epoch=1
+pkgrel=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#commit=670bcec")
+#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"
+
+  install -Dm755 "src/nimble" "$pkgdir/usr/bin/nimble"
+  install -Dm644 "license.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+# getver: github.com/nim-lang/nimble
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nimble/repos (4 files)

2015-06-28 Thread Alexander Rødseth
Date: Sunday, June 28, 2015 @ 22:16:28
  Author: arodseth
Revision: 136062

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 136061, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 136061, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-28 20:16:16 UTC (rev 136061)
+++ community-i686/PKGBUILD 2015-06-28 20:16:28 UTC (rev 136062)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth rods...@gmail.com
-
-pkgname=nimble
-pkgver=0.6
-epoch=1
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=(git://github.com/nimrod-code/nimble.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname/src/
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
-  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 136061, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-28 20:16:28 UTC (rev 136062)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth rods...@gmail.com
+
+pkgname=nimble
+pkgver=0.6.2
+epoch=1
+pkgrel=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nimrod-code/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+source=(git://github.com/nimrod-code/nimble.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname/src/
+
+  nim c -d:release nimble.nim
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
+  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-28 20:16:16 UTC (rev 136061)
+++ community-x86_64/PKGBUILD   2015-06-28 20:16:28 UTC (rev 136062)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F Rødseth rods...@gmail.com
-
-pkgname=nimble
-pkgver=0.6
-epoch=1
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=(git://github.com/nimrod-code/nimble.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname/src/
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
-  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 136061, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-28 20:16:28 UTC (rev 136062)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth rods...@gmail.com
+
+pkgname=nimble
+pkgver=0.6.2
+epoch=1
+pkgrel=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nimrod-code/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+source=(git://github.com/nimrod-code/nimble.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname/src/
+
+  nim c -d:release nimble.nim
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
+  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nimble/repos (4 files)

2015-01-03 Thread Alexander Rødseth
Date: Saturday, January 3, 2015 @ 19:06:45
  Author: arodseth
Revision: 125237

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

Added:
  nimble/repos/community-i686/PKGBUILD
(from rev 125236, nimble/trunk/PKGBUILD)
  nimble/repos/community-x86_64/PKGBUILD
(from rev 125236, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-i686/PKGBUILD
  nimble/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 56 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-03 18:06:34 UTC (rev 125236)
+++ community-i686/PKGBUILD 2015-01-03 18:06:45 UTC (rev 125237)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F Rødseth rods...@gmail.com
-
-pkgname=nimble
-pkgver=186
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=($pkgname::git+https://github.com/nimrod-code/nimble.git#commit=b208b66749;)
-md5sums=('SKIP')
-
-pkgver () {
-  cd $pkgname
-
-  git rev-list --count master
-}
-
-build() {
-  cd $pkgname/src/
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
-  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-i686/PKGBUILD (from rev 125236, 
nimble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-03 18:06:45 UTC (rev 125237)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth rods...@gmail.com
+
+pkgname=nimble
+pkgver=0.6
+epoch=1
+pkgrel=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nimrod-code/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+source=(git://github.com/nimrod-code/nimble.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname/src/
+
+  nim c -d:release nimble.nim
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
+  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-03 18:06:34 UTC (rev 125236)
+++ community-x86_64/PKGBUILD   2015-01-03 18:06:45 UTC (rev 125237)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F Rødseth rods...@gmail.com
-
-pkgname=nimble
-pkgver=186
-pkgrel=1
-pkgdesc='Package manager for the Nim programming language'
-arch=('x86_64' 'i686')
-url='https://github.com/nimrod-code/nimble'
-license=('BSD')
-makedepends=('nim' 'git')
-source=($pkgname::git+https://github.com/nimrod-code/nimble.git#commit=b208b66749;)
-md5sums=('SKIP')
-
-pkgver () {
-  cd $pkgname
-
-  git rev-list --count master
-}
-
-build() {
-  cd $pkgname/src/
-
-  nim c -d:release nimble.nim
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
-  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 125236, 
nimble/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-03 18:06:45 UTC (rev 125237)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F Rødseth rods...@gmail.com
+
+pkgname=nimble
+pkgver=0.6
+epoch=1
+pkgrel=1
+pkgdesc='Package manager for the Nim programming language'
+arch=('x86_64' 'i686')
+url='https://github.com/nimrod-code/nimble'
+license=('BSD')
+makedepends=('nim' 'git')
+source=(git://github.com/nimrod-code/nimble.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname/src/
+
+  nim c -d:release nimble.nim
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 src/nimble $pkgdir/usr/bin/nimble
+  install -Dm644 license.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+# vim:set ts=2 sw=2 et: