summaryrefslogtreecommitdiff
path: root/repo/elvish
diff options
context:
space:
mode:
Diffstat (limited to 'repo/elvish')
-rw-r--r--repo/elvish/elvish.xibuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/repo/elvish/elvish.xibuild b/repo/elvish/elvish.xibuild
deleted file mode 100644
index dd97671..0000000
--- a/repo/elvish/elvish.xibuild
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-NAME="elvish"
-DESC="A friendly and expressive shell for Linux, macOS and BSDs"
-
-MAKEDEPS=" go"
-
-PKG_VER=0.18.0
-SOURCE="https://github.com/elves/elvish/archive/v$PKG_VER.tar.gz"
-
-build() {
- mkdir gopath
- export GOPATH="$BUILD_ROOT/gopath"
- go build -o bin/elvish
-}
-
-package() {
- install -Dm755 bin/elvish "$PKG_DEST"/usr/bin
-}
-