aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 17:13:49 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 17:43:48 +0200
commitd97e2e8d8c0b4a39c5242b18555d8102ca1192e4 (patch)
tree49290309d1211bf64d2fdb4743279f089c7150d3 /testing
parent76e54fd86a41d6d2edcf19e7246e20e59b57a3b1 (diff)
downloadalpine_aports-d97e2e8d8c0b4a39c5242b18555d8102ca1192e4.tar.bz2
alpine_aports-d97e2e8d8c0b4a39c5242b18555d8102ca1192e4.tar.xz
alpine_aports-d97e2e8d8c0b4a39c5242b18555d8102ca1192e4.zip
unmaintained/code-server: move from testing
* Still requires python2 * Current upstream version is 3.4.0 * No updates in the last 6 months If you use this package, address the issues outlined above and submit a merge request moving the package back from unmaintained to testing.
Diffstat (limited to 'testing')
-rw-r--r--testing/code-server/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/code-server/APKBUILD b/testing/code-server/APKBUILD
deleted file mode 100644
index 1568ed563b..0000000000
--- a/testing/code-server/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
1# Contributor: wener <wenermail@gmail.com>
2# Maintainer: wener <wenermail@gmail.com>
3pkgname="code-server"
4pkgver="1.1156"
5_fullver="1.1156-vsc1.33.1"
6pkgrel=0
7pkgdesc="Run VS Code on a remote server"
8url="https://github.com/cdr/code-server"
9# other arch will failed
10arch="x86_64"
11license="MIT"
12# py3 will fail node-gyp
13makedepends="yarn npm python2"
14source="$pkgname-$_fullver.tar.gz::https://github.com/cdr/code-server/archive/$_fullver.tar.gz"
15builddir="$srcdir/$pkgname-$_fullver"
16# there is no test in source
17options="!check"
18
19build() {
20 yarn
21 NODE_ENV=production yarn task build:server:binary
22}
23
24package() {
25 install -D -m 755 "$builddir"/packages/server/cli-musl-x64 "$pkgdir"/usr/bin/code-server
26}
27
28sha512sums="886844e8d89d26974df3f8875ef99b7609ca4e2a75fdad633e7c262469f1b52447ccc9261f919af9f45406e2d5d41458e05432d225db45363b287c7e1dfdb3dd code-server-1.1156-vsc1.33.1.tar.gz"