summaryrefslogtreecommitdiff
path: root/user/xclip
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-06-27 00:42:57 -0700
committerDan Theisen <djt@hxx.in>2018-06-27 00:43:29 -0700
commit1586a3f2895d37b650ea1e9093fff5d12856e159 (patch)
treee70289ff0ad1038da58e1e78d6e111365fad511e /user/xclip
parentf0977c4ba54eaf7fb97c41220b48d801159c8a83 (diff)
downloadpackages-1586a3f2895d37b650ea1e9093fff5d12856e159.tar.gz
packages-1586a3f2895d37b650ea1e9093fff5d12856e159.tar.bz2
packages-1586a3f2895d37b650ea1e9093fff5d12856e159.tar.xz
packages-1586a3f2895d37b650ea1e9093fff5d12856e159.zip
user/xclip: fix license, add TODO
Diffstat (limited to 'user/xclip')
-rw-r--r--user/xclip/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xclip/APKBUILD b/user/xclip/APKBUILD
index fe019c30c..21fdc4862 100644
--- a/user/xclip/APKBUILD
+++ b/user/xclip/APKBUILD
@@ -7,8 +7,8 @@ pkgrel=0
pkgdesc="Command line interface to the X11 clipboard"
url="https://github.com/astrand/xclip"
arch="all"
-options="!check" # this package has no tests
-license="GPL-2.0-only"
+options="!check" # TODO: this package has tests that require X
+license="GPL-2.0+"
depends=""
depends_dev=""
makedepends="libxmu-dev libx11-dev"