klystrack: fix license
This commit is contained in:
parent
963d7d398f
commit
3298a89d36
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'klystrack'
|
||||
pkgname=klystrack
|
||||
version=1.7.3
|
||||
revision=1
|
||||
revision=2
|
||||
_klystronsha=f5114db4de299ece73852becbef56d7d461bf421
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="SDL2-devel"
|
||||
makedepends="SDL2_image-devel SDL2_mixer-devel"
|
||||
short_desc="Chiptune music tracker"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="BSD"
|
||||
license="MIT"
|
||||
homepage="http://kometbomb.github.io/klystrack/"
|
||||
distfiles="https://github.com/kometbomb/klystrack/archive/${version}.tar.gz
|
||||
https://github.com/kometbomb/klystron/archive/${_klystronsha}.tar.gz"
|
||||
|
@ -45,5 +45,5 @@ do_install() {
|
|||
vcopy key usr/lib/klystrack
|
||||
vmkdir usr/share/examples/klystrack
|
||||
vcopy examples usr/share/examples/klystrack
|
||||
vlicense linux/copyright
|
||||
vlicense doc/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue