mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 20:15:14 +02:00
18 lines
667 B
Bash
18 lines
667 B
Bash
# Template file for 'puzzles'
|
|
pkgname=puzzles
|
|
version=20230707.ad7042d
|
|
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=ad7042db989eb525defea9298b2b14d564498473;sf=tgz>${pkgname}-${version#*.}.tgz"
|
|
checksum=748af7455723ba11152cf93f3df768759454ca0040f6aea3a6155dc977a596bd
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|