mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: pysolfc-cardsets-2.0
This commit is contained in:
parent
e9013414d0
commit
3daf922b34
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pysolfc-cardsets/template
Normal file
18
srcpkgs/pysolfc-cardsets/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'pysolfc-cardsets'
|
||||||
|
pkgname=pysolfc-cardsets
|
||||||
|
version=2.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="PySolFC-Cardsets-${version}"
|
||||||
|
noarch=yes
|
||||||
|
build_style=fetch
|
||||||
|
short_desc="PySolFC Cardsets"
|
||||||
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://pysolfc.sourceforge.net/"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-${version}/PySolFC-Cardsets-${version}.tar.bz2"
|
||||||
|
checksum=c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/PySolFC/cardsets
|
||||||
|
tar -xjf PySolFC-Cardsets-${version}.tar.bz2 --strip-components=1 -C $DESTDIR/usr/share/PySolFC/cardsets
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue