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

Levente Polyak anthraxx at archlinux.org
Mon Apr 26 22:40:24 UTC 2021


    Date: Monday, April 26, 2021 @ 22:40:24
  Author: anthraxx
Revision: 924621

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 22:40:18 UTC (rev 924620)
+++ PKGBUILD	2021-04-26 22:40:24 UTC (rev 924621)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=nimble
-pkgver=0.12.0
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'openssl')
-makedepends=('nim')
-source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('cb25f57c925af14138efa9f9229f054bd559400effe2c118dda18d7e220d9094380481befb46b2913f22831a70b3958eecb23ec085a5e3a298a4136337b96c2b')
-b2sums=('2ae855402746b167aa237feafe59ae7e4decab33a63afb8b1422710cae884a0b0a5c08aa6efef8150d96e51ad468a77147026b6129ee9c2de21a7ceee6e2b5fc')
-
-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 -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # 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"
-
-  # completions
-  install -Dm 644 nimble.bash-completion "${pkgdir}/usr/share/bash-completion/completions/nimble"
-  install -Dm 644 nimble.zsh-completion "${pkgdir}/usr/share/zsh/site-functions/_nimble"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 924620, nimble/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-26 22:40:24 UTC (rev 924621)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=nimble
+pkgver=0.13.1
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'openssl')
+makedepends=('nim')
+source=(https://github.com/nim-lang/nimble/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d13fc755e2018911faa1039ca6c73a3ecaa7aa57fb57faee9babb750155ac5e73be4f60110ee64cdd56874245f7c046d6c825356fd84a8fcbba9683db2406520')
+b2sums=('47b5d4b9b68238433c11d75283ced572ba04ebb1495ecc9a07b59c40f68907bd76f46b02987d454bbc51d8298e476699bfe8a49ea8e1007bbfa2505b0df0b0b3')
+
+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 -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # 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"
+
+  # completions
+  install -Dm 644 nimble.bash-completion "${pkgdir}/usr/share/bash-completion/completions/nimble"
+  install -Dm 644 nimble.zsh-completion "${pkgdir}/usr/share/zsh/site-functions/_nimble"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list