Date: Saturday, December 3, 2022 @ 09:47:55
Author: arojas
Revision: 1356305
archrelease: copy trunk to community-x86_64
Added:
nickle/repos/community-x86_64/PKGBUILD
(from rev 1356304, nickle/trunk/PKGBUILD)
Deleted:
nickle/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-03 09:47:44 UTC (rev 1356304)
+++ PKGBUILD 2022-12-03 09:47:55 UTC (rev 1356305)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=nickle
-pkgver=2.86
-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=('5bfadf0c9b01f297a381f3d88ce15c7d')
-
-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 1356304,
nickle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-03 09:47:55 UTC (rev 1356305)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=nickle
+pkgver=2.90
+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")
+sha256sums=('fbb3811aa0ac4b31e1702ea643dd3a6a617b2516ad6f9cfab76ec2779618e5a4')
+
+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"
+}