void-packages/srcpkgs/puzzles/template

19 lines
642 B
Bash

# Template file for 'puzzles'
pkgname=puzzles
version=20230404.2499eb4
revision=1
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="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
distfiles="https://git.tartarus.org/?p=simon/puzzles.git;a=snapshot;h=2499eb47fa4e0c86bc1b6100b4922026670b2ad8;sf=tgz>${pkgname}-${version#*.}.tgz"
checksum=10a5dc2b9e20a45ad683de7536dd33648a4a1ad69da189c90ae5d656cdbd6b8e
post_install() {
vlicense LICENCE LICENSE
}