mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
taisei: update to 1.3.1
Also fixed the incorrect license.
This commit is contained in:
parent
918c0732cd
commit
1d6e8ac35d
1 changed files with 8 additions and 4 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'taisei'
|
# Template file for 'taisei'
|
||||||
pkgname=taisei
|
pkgname=taisei
|
||||||
version=1.3
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="taisei-v${version}"
|
wrksrc="taisei-v${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config python3-docutils"
|
hostmakedepends="pkg-config python3-docutils"
|
||||||
makedepends="SDL2_mixer-devel freetype-devel libwebp-devel libzip-devel"
|
makedepends="SDL2_mixer-devel freetype-devel libwebp-devel libzip-devel opusfile-devel"
|
||||||
depends="${pkgname}-data"
|
depends="${pkgname}-data"
|
||||||
short_desc="Free and open-source Touhou Project clone and fangame"
|
short_desc="Free and open-source Touhou Project clone and fangame"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="MIT"
|
||||||
homepage="https://taisei-project.org"
|
homepage="https://taisei-project.org"
|
||||||
distfiles="https://github.com/taisei-project/taisei/releases/download/v${version}/taisei-v${version}.tar.xz"
|
distfiles="https://github.com/taisei-project/taisei/releases/download/v${version}/taisei-v${version}.tar.xz"
|
||||||
checksum=4d6ede1e8a512eedec76cc9105022b0f5a361d23841ec1607d06a22c170b843a
|
checksum=86583a3a710093e63014a5ae6b68251a069cb25ada06c6f8d734f85f31adc985
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
taisei-data_package() {
|
taisei-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue