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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 18:21:50 UTC 2015


    Date: Sunday, September 6, 2015 @ 20:21:50
  Author: foutrelis
Revision: 139300

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: curseofwar/repos/community-staging-i686/PKGBUILD (from rev 139299, curseofwar/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 18:21:50 UTC (rev 139300)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: ziggi <xziggix at gmail.com>
+
+pkgname=curseofwar
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Fast-paced RTS/Action game with ncurses interface'
+arch=('x86_64' 'i686')
+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")
+sha256sums=('91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: curseofwar/repos/community-staging-x86_64/PKGBUILD (from rev 139299, curseofwar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 18:21:50 UTC (rev 139300)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: ziggi <xziggix at gmail.com>
+
+pkgname=curseofwar
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Fast-paced RTS/Action game with ncurses interface'
+arch=('x86_64' 'i686')
+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")
+sha256sums=('91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670')
+
+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