[arch-commits] Commit in nickle/repos/community-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Mon Oct 28 14:23:04 UTC 2019
Date: Monday, October 28, 2019 @ 14:23:04
Author: lfleischer
Revision: 520849
archrelease: copy trunk to community-x86_64
Added:
nickle/repos/community-x86_64/PKGBUILD
(from rev 520848, nickle/trunk/PKGBUILD)
Deleted:
nickle/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-28 14:22:58 UTC (rev 520848)
+++ PKGBUILD 2019-10-28 14:23:04 UTC (rev 520849)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=nickle
-pkgver=2.84
-pkgrel=1
-pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities"
-arch=('x86_64')
-url="http://nickle.org"
-license=('custom')
-depends=('readline')
-source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz")
-md5sums=('cf2a1e403698835a152e56b625857e07')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 520848, nickle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-28 14:23:04 UTC (rev 520849)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nickle
+pkgver=2.85
+pkgrel=1
+pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities"
+arch=('x86_64')
+url="https://nickle.org"
+license=('custom')
+depends=('readline')
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz")
+md5sums=('1614e37ca278f2850c2bea088b6278d4')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list