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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:46:28 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:46:27
  Author: felixonmars
Revision: 658995

archrelease: copy trunk to community-staging-x86_64

Added:
  curseofwar/repos/community-staging-x86_64/
  curseofwar/repos/community-staging-x86_64/PKGBUILD
    (from rev 658993, curseofwar/trunk/PKGBUILD)

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

Copied: curseofwar/repos/community-staging-x86_64/PKGBUILD (from rev 658993, curseofwar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:46:27 UTC (rev 658995)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: ziggi <xziggix at gmail.com>
+
+pkgname=curseofwar
+pkgver=1.2.0
+pkgrel=4
+pkgdesc='Fast-paced RTS/Action game with ncurses interface'
+arch=('x86_64')
+url='https://github.com/a-nikolaev/curseofwar/wiki'
+license=('GPL')
+depends=('ncurses')
+makedepends=('gcc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/a-nikolaev/curseofwar/archive/v$pkgver.tar.gz")
+sha512sums=('37e5f154f9bcaed2a7ff21d924ec6ec92407dcd81486aca7c1fade0d383d6bbfbfb06d0a6419f781ae76d9dd1964feeb6408bb2710fbb4bbf1bb1476205ac7bd')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list