mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/tiled: new aport
http://mapeditor.org A powerful tile map editor
This commit is contained in:
parent
1377f4e239
commit
1b2f869260
24
testing/tiled/APKBUILD
Normal file
24
testing/tiled/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Contributor: David Demelier <markand@malikania.fr>
|
||||
# Maintainer: David Demelier <markand@malikania.fr>
|
||||
pkgname="tiled"
|
||||
pkgver=1.3.1
|
||||
pkgrel=0
|
||||
pkgdesc="powerful tile map editor"
|
||||
url="http://mapeditor.org"
|
||||
arch="all"
|
||||
license="Apache-2.0 AND BSD-2-Clause AND GPL-2.0-only"
|
||||
makedepends="qt5-qttools-dev qt5-qtdeclarative-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v$pkgver.tar.gz"
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
qmake-qt5 -r INSTALL_HEADERS=yes PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
make install INSTALL_ROOT="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="b2ed5c0ff043990177809873417e31e8ee2894473b3084d0302e5557c19043c1763cf55d8ade16335ba3d64e7b4b903dd5fb88fd4bcf878c7c4d873bc9c7ed73 tiled-1.3.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user