21 lines
581 B
Bash
21 lines
581 B
Bash
# Template file for 'openttd-opengfx'
|
|
pkgname=openttd-opengfx
|
|
version=7.1
|
|
revision=1
|
|
short_desc="Free graphics pack for OpenTTD"
|
|
maintainer="Emil Tomczyk <emru@emru.xyz>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.openttd.org/"
|
|
distfiles="https://cdn.openttd.org/opengfx-releases/${version}/opengfx-${version}-all.zip"
|
|
checksum=928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846
|
|
conflicts="openttd<=14.1_1"
|
|
|
|
post_extract() {
|
|
bsdtar xf opengfx-${version}.tar
|
|
}
|
|
|
|
do_install() {
|
|
vmkdir usr/share/openttd/baseset
|
|
vcopy opengfx-${version} usr/share/openttd/baseset
|
|
}
|