testing/openttd-opengfx: modernize

This commit is contained in:
TBK 2020-03-09 19:52:35 +01:00 committed by Leo
parent 00935aac3b
commit cd2c0a86f7

View File

@ -2,16 +2,17 @@
# Maintainer: Adrian Siekierka <kontakt@asie.pl>
pkgname=openttd-opengfx
pkgver=0.5.5
pkgrel=0
pkgrel=1
pkgdesc="Free graphics set for OpenTTD"
url="http://openttd.org/"
url="https://www.openttd.org/"
arch="noarch"
license="GPL-2.0"
source="https://binaries.openttd.org/extra/opengfx/$pkgver/opengfx-$pkgver-all.zip"
license="GPL-2.0-or-later"
options="!check" # No test suite
depends="openttd"
source="https://cdn.openttd.org/opengfx-releases/$pkgver/opengfx-$pkgver-all.zip"
builddir="$srcdir/opengfx-$pkgver"
prepare() {
cd "$srcdir"
tar xf opengfx-$pkgver.tar
}