aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wslu
diff options
context:
space:
mode:
authorJinming Wu, Patrick <me@patrickwu.space>2020-04-17 08:45:44 +0800
committerTBK <tbk@jjtc.eu>2020-04-23 07:18:36 +0000
commit3280db2283d0077ef4c593c05e80de47b96193f6 (patch)
treed373e5b377a41d35bb03e4fb235b0f01d1abe3e4 /testing/wslu
parentf6770175bd664fd6c4f2a89ce363ff634189dde6 (diff)
downloadaports-3280db2283d0077ef4c593c05e80de47b96193f6.tar.bz2
aports-3280db2283d0077ef4c593c05e80de47b96193f6.tar.xz
community/wslu: move from testing
Diffstat (limited to 'testing/wslu')
-rw-r--r--testing/wslu/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/wslu/APKBUILD b/testing/wslu/APKBUILD
deleted file mode 100644
index c696801bf7..0000000000
--- a/testing/wslu/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Jinming Wu, Patrick <me@patrickwu.space>
-# Contributor: Jinming Wu, Patrick <me@patrickwu.space>
-pkgname=wslu
-pkgver=3.0.1
-pkgrel=0
-pkgdesc="A collection of utilities for Windows 10 Linux Subsystems"
-url="https://wslutiliti.es/wslu"
-arch="noarch"
-license="GPL-3.0-or-later"
-depends="bc bash-completion imagemagick"
-makedepends="gzip"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/wslutilities/wslu/archive/v$pkgver.tar.gz"
-options="!check" #tests can be only run on a distro running on WSL(Windows Subsystems for Linux) environment, hence disabled
-
-build() {
- sed -i s/VERSIONPLACEHOLDER/"$(cat ./VERSION)"/g ./src/wslu-header
- make
-}
-
-check() {
- make test
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="8a7820c001d378af7cca6ea40b5194079a6ee5e4aca27e5899d4fcbc2944200efc095cce5996831248388ea0a4a8799a7965ec56632f130351bceacff27b9dd1 wslu-3.0.1.tar.gz"