aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-23 14:11:58 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-06 22:36:26 -0300
commit9c5ea606653402a02782ee13d2c2189a86b897cf (patch)
treebf39d089ff7813423f0b8081c1049adaaac1c3c2 /testing
parent9ea19de8c13ba57c60e887639e3d964c887b5e85 (diff)
downloadaports-9c5ea606653402a02782ee13d2c2189a86b897cf.tar.bz2
aports-9c5ea606653402a02782ee13d2c2189a86b897cf.tar.xz
community/rcon: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/rcon/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/rcon/APKBUILD b/testing/rcon/APKBUILD
deleted file mode 100644
index 20df2c5270..0000000000
--- a/testing/rcon/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: TBK <alpine@jjtc.eu>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=rcon
-pkgver=0.4
-pkgrel=0
-pkgdesc="Source RCON client for command line."
-url="https://github.com/n0la/rcon"
-arch="all !s390x"
-license="BSD 2-Clause"
-makedepends="bash-completion cmake glib-dev"
-checkdepends="check-dev"
-subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
-source="$pkgname-$pkgver.tar.gz::https://github.com/n0la/rcon/archive/$pkgver.tar.gz"
-
-build() {
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-check() {
- make test
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-bashcomp() {
- depends=""
- pkgdesc="Bash completions for $pkgname"
- install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
-
- mkdir -p "$subpkgdir"/usr/share/
- mv "$pkgdir"/usr/share/bash-completion "$subpkgdir"/usr/share/
-}
-
-sha512sums="99554288ed6a7061e68d28b60c77664ef21591aa9948a09c25a0b256b13eb06197b97ee44feb9f79bdef68ca61516b0235126948cbd13dff550f843509b93d9e rcon-0.4.tar.gz"