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

Daniel M. Capella polyzen at archlinux.org
Thu Dec 27 04:54:39 UTC 2018


    Date: Thursday, December 27, 2018 @ 04:54:38
  Author: polyzen
Revision: 418299

archrelease: copy trunk to community-x86_64

Added:
  tty-solitaire/repos/community-x86_64/
  tty-solitaire/repos/community-x86_64/PKGBUILD
    (from rev 418298, tty-solitaire/trunk/PKGBUILD)

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

Copied: tty-solitaire/repos/community-x86_64/PKGBUILD (from rev 418298, tty-solitaire/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-12-27 04:54:38 UTC (rev 418299)
@@ -0,0 +1,23 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=tty-solitaire
+pkgver=1.1.1
+pkgrel=2
+pkgdesc='ncurses-based klondike solitaire game'
+arch=('x86_64')
+url=https://github.com/mpereira/tty-solitaire
+license=('MIT')
+depends=('ncurses')
+source=("$url/archive/v$pkgver/tty-solitaire-$pkgver.tar.gz")
+sha512sums=('467a41d75e65ab59e9fb011fc4776d5e746c1cba523ecb8e43b2954ad9454f07ac2eda2cc8c0be9f6769ee70b4e15a4973f45310604ab734e56196824d5330c6')
+
+build() {
+  cd tty-solitaire-$pkgver
+  make
+}
+
+package() {
+  cd tty-solitaire-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}



More information about the arch-commits mailing list