[arch-commits] Commit in robotfindskitten/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:09:47 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:09:47
  Author: felixonmars
Revision: 659144

archrelease: copy trunk to community-staging-x86_64

Added:
  robotfindskitten/repos/community-staging-x86_64/
  robotfindskitten/repos/community-staging-x86_64/PKGBUILD
    (from rev 659143, robotfindskitten/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: robotfindskitten/repos/community-staging-x86_64/PKGBUILD (from rev 659143, robotfindskitten/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:09:47 UTC (rev 659144)
@@ -0,0 +1,34 @@
+# 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:



More information about the arch-commits mailing list