24 lines
704 B
Bash
24 lines
704 B
Bash
# Template file for 'taisei'
|
|
pkgname=taisei
|
|
version=1.2
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dstrip=false"
|
|
hostmakedepends="pkg-config python3-docutils"
|
|
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel libzip-devel"
|
|
depends="${pkgname}-data"
|
|
short_desc="Free and open-source Touhou Project clone and fangame"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="GPL-3"
|
|
homepage="https://taisei-project.org"
|
|
distfiles="https://github.com/taisei-project/taisei/archive/v${version}.tar.gz"
|
|
checksum=8d2d682eeeb6284bc726b8ae52c355848b007957d2dc6bdd973f6384ae075ea3
|
|
|
|
taisei-data_package() {
|
|
short_desc+=" - data files"
|
|
noarch=yes
|
|
pkg_install() {
|
|
vmove usr/share/taisei
|
|
}
|
|
}
|