lugaru: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-29 09:46:55 +07:00
parent be573c4369
commit 2f280e3ae0

View file

@ -1,7 +1,7 @@
# Template file for 'lugaru'
pkgname=lugaru
version=1.2
revision=1
revision=2
build_style=cmake
configure_args="-DSYSTEM_INSTALL=ON
-DCMAKE_INSTALL_BINDIR=bin
@ -12,15 +12,15 @@ makedepends="SDL2-devel zlib-devel libvorbis-devel libopenal-devel libpng-devel
depends="lugaru-data"
short_desc="Third person ninja rabbit fighting game"
maintainer="John <me@johnnynator.dev>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://osslugaru.gitlab.io/"
distfiles="https://bitbucket.org/osslugaru/lugaru/downloads/lugaru-${version}.tar.xz"
distfiles="https://github.com/osslugaru/lugaru/releases/download/$version/lugaru-$version.tar.xz"
checksum=f3ea477caf78911c69939fbdc163f9f6517c7ef2267e716a0e050be1a166ef97
lugaru-data_package() {
short_desc+=" - data files"
archs=noarch
license="CC-BY-SA-4"
license="CC-BY-SA-4.0, CC-BY-SA-3.0"
pkg_install() {
vmove usr/share/lugaru
}