19 lines
667 B
Bash
19 lines
667 B
Bash
# Template file for 'puzzles'
|
|
pkgname=puzzles
|
|
version=20230909.67496e7
|
|
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=67496e74f68db900d8117be6de3c75285c29c489;sf=tgz>${pkgname}-${version#*.}.tgz"
|
|
checksum=88e05ac209a34afd74fafd34f2e31246725113f31ff8f478cfc454c3f2ee4a72
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|