mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
Also added dedicated option to build without graphics New package: openttd-opengfx-7.1 New package: openttd-opensfx-1.0.3 New package: openttd-openmsx-0.4.2
20 lines
581 B
Bash
20 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
|
|
}
|