mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Added "Unknown" license to Q recipe
Also made "q = $portVersion" in PROVIDES lowercase. I think that's more correct (same as recipe filename?).
This commit is contained in:
2
haiku-apps/q/licenses/Unknown
Normal file
2
haiku-apps/q/licenses/Unknown
Normal file
@@ -0,0 +1,2 @@
|
||||
The source code contains no indication about any licensing restrictions. It was available freely on the internet and now the haikuports repository and will remain so unless we're contacted by the authors to remove it.
|
||||
Attemts to contact the authors were unsuccessful.
|
||||
@@ -4,8 +4,8 @@ You don't necessarily need any MIDI equipment, an installed soundfont is \
|
||||
enough to have some fun. Just twiddle those knobs..."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Q"
|
||||
COPYRIGHT="2001 Masaaki Tani, Dr. Hartmut Reh"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
LICENSE="Unknown"
|
||||
REVISION="2"
|
||||
sourceHash="b17751e7256ee51531802dfd1882598f5127b463"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/q/archive/$sourceHash.tar.gz"
|
||||
CHECKSUM_SHA256="2e311b3e036cfe2913454a9a9b6fdbb1bf1d28761edb11e7907bdb436c964501"
|
||||
@@ -13,7 +13,7 @@ SOURCE_DIR="Q-$sourceHash"
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
Q = $portVersion
|
||||
q = $portVersion
|
||||
app:Q = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user