mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: tty-solitaire-1.1.0 (#1852)
This commit is contained in:
parent
0a5e2ffb27
commit
87dcb28e0a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/tty-solitaire/template
Normal file
19
srcpkgs/tty-solitaire/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'tty-solitaire'
|
||||||
|
pkgname=tty-solitaire
|
||||||
|
version=1.1.0
|
||||||
|
revision=1
|
||||||
|
_commit=9cbfc95694dfde0f98eec7b313bb873e6a933f74
|
||||||
|
wrksrc="${pkgname}-${_commit}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
short_desc="Play solitaire in your terminal"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/mpereira/tty-solitaire"
|
||||||
|
distfiles="https://github.com/mpereira/${pkgname}/archive/${_commit}.tar.gz"
|
||||||
|
checksum=900ed6d43e4dee35408d46b890e9c5a4b537d5db45b1e3206f3b6713c1f9113c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue