22 lines
652 B
Bash
22 lines
652 B
Bash
# Template file for 'openttd-opensfx'
|
|
pkgname=openttd-opensfx
|
|
version=1.0.3
|
|
revision=1
|
|
short_desc="Free sounds pack for OpenTTD"
|
|
maintainer="Emil Tomczyk <emru@emru.xyz>"
|
|
license="CC-BY-SA-3.0 AND GPL-2.0-only AND CDDL-1.0"
|
|
homepage="https://www.openttd.org/"
|
|
distfiles="https://cdn.openttd.org/opensfx-releases/${version}/opensfx-${version}-all.zip"
|
|
checksum=e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759
|
|
conflicts="openttd<=14.1_1"
|
|
|
|
post_extract() {
|
|
bsdtar xf opensfx-${version}.tar
|
|
}
|
|
|
|
do_install() {
|
|
vmkdir usr/share/openttd/baseset
|
|
vcopy opensfx-${version} usr/share/openttd/baseset
|
|
vlicense opensfx-${version}/license.txt
|
|
}
|