aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/go-md2man/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/go-md2man/abuild')
-rw-r--r--repos/extra/go-md2man/abuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/repos/extra/go-md2man/abuild b/repos/extra/go-md2man/abuild
deleted file mode 100644
index f4d78df4..00000000
--- a/repos/extra/go-md2man/abuild
+++ /dev/null
@@ -1,14 +0,0 @@
-name=go-md2man
-version=2.0.2
-release=1
-source="https://github.com/cpuguy83/${name}/archive/v${version}/${name}-v${version}.tar.gz"
-
-build() {
- export GOPATH="$PWD/go"
- export GOFLAGS="-buildmode=pie -trimpath"
- export CGO_LDFLAGS="$LDFLAGS"
- go build -o go-md2man .
- ./go-md2man -in=go-md2man.1.md -out=go-md2man.1
- install -Dm755 go-md2man "$PKG/usr/bin/go-md2man"
- install -Dm755 go-md2man.1 "$PKG/usr/share/man/man1/go-md2man.1"
-}