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