26 lines
768 B
Bash
26 lines
768 B
Bash
# Template file for 'taisei'
|
|
pkgname=taisei
|
|
version=1.3.1
|
|
revision=3
|
|
wrksrc="taisei-v${version}"
|
|
build_style=meson
|
|
hostmakedepends="pkg-config python3-docutils"
|
|
makedepends="SDL2_mixer-devel freetype-devel libwebp-devel libzip-devel opusfile-devel"
|
|
depends="${pkgname}-data"
|
|
short_desc="Free and open-source Touhou Project clone and fangame"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://taisei-project.org"
|
|
distfiles="https://github.com/taisei-project/taisei/releases/download/v${version}/taisei-v${version}.tar.xz"
|
|
checksum=86583a3a710093e63014a5ae6b68251a069cb25ada06c6f8d734f85f31adc985
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
taisei-data_package() {
|
|
short_desc+=" - data files"
|
|
pkg_install() {
|
|
vmove usr/share/taisei
|
|
}
|
|
}
|