[arch-commits] Commit in robotfindskitten/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Tue Sep 6 14:21:02 UTC 2022
Date: Tuesday, September 6, 2022 @ 14:21:02
Author: arodseth
Revision: 1294445
archrelease: copy trunk to community-x86_64
Added:
robotfindskitten/repos/community-x86_64/PKGBUILD
(from rev 1294444, robotfindskitten/trunk/PKGBUILD)
Deleted:
robotfindskitten/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 65 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 31 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-06 14:20:57 UTC (rev 1294444)
+++ PKGBUILD 2022-09-06 14:21:02 UTC (rev 1294445)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: muflax <muflax at gmail.com>
-# Contributor: Adrian Siekierka <kontakt at asie.pl>
-
-pkgname=robotfindskitten
-pkgver=2.7182818.701
-pkgrel=6
-pkgdesc='Yet another Zen simulation'
-arch=('x86_64')
-url='http://www.robotfindskitten.org/'
-license=('GPL2')
-depends=('ncurses')
-makedepends=('setconf')
-source=("http://robotfindskitten.org/download/POSIX/$pkgname-$pkgver.tar.gz")
-sha256sums=('7749a370796fd23e3b306b00de5f7fb7997a35fef30e3910ff159448c932d719')
-
-prepare() {
- setconf "$pkgname-$pkgver/src/Makefile.in" execgamesdir '$(prefix)/bin'
-}
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver" prefix="$pkgdir/usr" install
- install -Dm644 "$pkgname-$pkgver/nki/vanilla.nki" \
- "$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: robotfindskitten/repos/community-x86_64/PKGBUILD (from rev 1294444, robotfindskitten/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-06 14:21:02 UTC (rev 1294445)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: muflax <muflax at gmail.com>
+# Contributor: Adrian Siekierka <kontakt at asie.pl>
+
+pkgname=robotfindskitten
+pkgver=2.8284271.702
+pkgrel=1
+pkgdesc='Yet another Zen simulation'
+arch=(x86_64)
+url='http://robotfindskitten.org/' # no https available
+license=(GPL2)
+depends=(ncurses)
+makedepends=(setconf)
+source=("https://master.dl.sourceforge.net/project/rfk/robotfindskitten-POSIX/ship_it_anyway/robotfindskitten-2.8284271.702.tar.gz")
+b2sums=('06024275da4b3b5f87f3f6ab57797aa080263ca920e324b7b34a9e6540a7bae301b4a00b9935f1ffe208779eb5a1becd34b8764b9dbffe4bac95920e8f454afd')
+
+prepare() {
+ setconf $pkgname-$pkgver/src/Makefile.in execgamesdir '$(prefix)/bin'
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver prefix="$pkgdir/usr" install
+ install -Dm644 $pkgname-$pkgver/nki/vanilla.nki \
+ "$pkgdir/usr/share/games/robotfindskitten/vanilla.nki"
+}
More information about the arch-commits
mailing list