void-packages/srcpkgs/puzzles/template

19 lines
642 B
Bash

# Template file for 'puzzles'
pkgname=puzzles
version=20230123.1f72a1a
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=1f72a1a2ecc89ba789a0b665a5e39da5febe27d2;sf=tgz>${pkgname}-${version#*.}.tgz"
checksum=2a372deda982aff951bda19cb49dcf7fc56c14b63a7969763d95f1ebbc238906
post_install() {
vlicense LICENCE LICENSE
}