diff options
author | Julian Daube | 2020-07-24 10:42:51 +0200 |
---|---|---|
committer | Julian Daube | 2020-07-24 10:42:51 +0200 |
commit | a96b98af983766eb9ebccdd0be0f7a65a56cbbab (patch) | |
tree | c543ba1394fb04de292672f91d594a9941181ee6 | |
parent | 85751478181b7166324f75ecc24b3dd73fa36eda (diff) | |
download | aur-a96b98af983766eb9ebccdd0be0f7a65a56cbbab.tar.gz |
add license
license info cannot be found in the binary distribution or on the website, therefore it is UNKNONW as suggested in the wiki
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ pkgbase = necta-wifi-mouse url = http://wifimouse.necta.us/ arch = x86_64 arch = i686 + license = unknown makedepends = sed makedepends = tar source = icon.png @@ -7,6 +7,7 @@ pkgrel=1 arch=("x86_64" "i686") url=http://wifimouse.necta.us/ +license=("unknown") source=("icon.png") source_x86_64=("mouseserver-x86_64.zip::http://wifimouse.necta.us/MouseServerLinux64.zip") source_i686=("mouseserver-i686.zip::http://wifimouse.necta.us/MouseServerLinux32.zip") |