void-packages/srcpkgs/bastet/template

21 lines
693 B
Bash

# Template file for 'bastet'
pkgname=bastet
version=0.43.2
revision=3
build_style=gnu-makefile
make_use_env=yes
makedepends="boost-devel ncurses-devel"
short_desc="Evil falling block game"
maintainer="Alaisdair West <alaisdair.west2@outlook.com>"
license="GPL-3.0-or-later"
homepage="http://fph.altervista.org/prog/bastet.html"
changelog="https://raw.githubusercontent.com/fph/bastet/master/NEWS"
distfiles="https://github.com/fph/${pkgname}/archive/refs/tags/${version}.tar.gz"
checksum=f219510afc1d83e4651fbffd5921b1e0b926d5311da4f8fa7df103dc7f2c403f
do_install() {
vbin ${pkgname}
vinstall ${pkgname}.desktop 0644 usr/share/applications
vinstall ${pkgname}.png 0644 usr/share/pixmaps
}