Cendric: drop noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-10-05 07:27:02 +07:00
parent 92f8205775
commit d5ddb6cf3d
2 changed files with 3 additions and 12 deletions

View file

@ -1 +0,0 @@
Cendric

View file

@ -1,9 +1,8 @@
# Template file for 'Cendric'
pkgname=Cendric
version=1.1.3
revision=1
revision=2
wrksrc="Cendric2-${version}"
repository=nonfree
build_style=cmake
configure_args="-DUSE_SYSTEM_SFML=on -DCENDRIC_EXTERNAL_DOCUMENT_FOLDER=on
-DUSE_SYSTEM_PATHS=on"
@ -15,17 +14,10 @@ license="MIT, CC-BY-NC-SA-4.0"
homepage="http://cendric.ch/"
distfiles="https://github.com/tizian/Cendric2/archive/${version}.tar.gz"
checksum=db1c251425d2e941352e294514d4af984e537519b97237e70503f8c6bd2d2d90
repository=nonfree
replaces="Cendric-data>=0"
post_install() {
vlicense LICENSES/CC-BY-NC-SA-4.0.txt CC-BY-NC-SA-4.0
vlicense LICENSES/MIT.txt MIT
}
Cendric-data_package() {
short_desc+=" - data files"
repository=nonfree
archs=noarch
pkg_install() {
vmove usr/share
}
}