[arch-commits] Commit in nimble/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Fri Oct 7 08:50:36 UTC 2016
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 <xyproto at archlinux.org>
-
-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 <xyproto at archlinux.org>
+
+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 <xyproto at archlinux.org>
-
-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 <xyproto at archlinux.org>
+
+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:
More information about the arch-commits
mailing list