19 lines
667 B
Bash
19 lines
667 B
Bash
# Template file for 'puzzles'
|
|
pkgname=puzzles
|
|
version=20231010.2d9e414
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DNAME_PREFIX=puzzles-"
|
|
hostmakedepends="pkg-config halibut perl ImageMagick"
|
|
makedepends="gtk+3-devel"
|
|
short_desc="Simon Tatham's Portable Puzzle Collection"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
|
|
distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=2d9e414ee316b37143954150016e8f4f18358497;sf=tgz>${pkgname}-${version#*.}.tgz"
|
|
checksum=cf2a20981de3eac20c4a44bcc53c1bc77fbd407f5fdc09d79b7eeda9d04ae384
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|