mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/openttd-opengfx: modernize
This commit is contained in:
parent
00935aac3b
commit
cd2c0a86f7
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user