aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clipman/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/clipman/APKBUILD')
-rw-r--r--testing/clipman/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/clipman/APKBUILD b/testing/clipman/APKBUILD
deleted file mode 100644
index 0631bf5286e..00000000000
--- a/testing/clipman/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Galen Abell <galen@galenabell.com>
-# Maintainer: Galen Abell <galen@galenabell.com>
-pkgname=clipman
-pkgver=1.6.0
-pkgrel=0
-pkgdesc="A simple clipboard manager for Wayland"
-url="https://github.com/yory8/clipman"
-arch="all"
-license="GPL-3.0-only"
-depends="wl-clipboard"
-makedepends="go"
-options="!check" # no tests
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/yory8/clipman/archive/v$pkgver.tar.gz"
-
-build() {
- go build -o $pkgname
-}
-
-package() {
- install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
- install -Dm644 docs/clipman.1 -t "$pkgdir"/usr/share/man/man1
-}
-sha512sums="
-07412e290d2b1b71aaea67b81abb3bb93fd648451c40485f775e8c813df839c90e5c62e460596ac5d5e9902cb16cf2f6617cdcc9e5ea8aa023e476854cef844a clipman-1.6.0.tar.gz
-"