aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/go-md2man
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/go-md2man')
-rw-r--r--repos/extra/go-md2man/.checksum1
-rw-r--r--repos/extra/go-md2man/.files7
-rw-r--r--repos/extra/go-md2man/abuild14
-rw-r--r--repos/extra/go-md2man/depends1
4 files changed, 0 insertions, 23 deletions
diff --git a/repos/extra/go-md2man/.checksum b/repos/extra/go-md2man/.checksum
deleted file mode 100644
index 02138deb..00000000
--- a/repos/extra/go-md2man/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-4b2b5ad0766ec2cea9698fee62f4aa76f848b33d072c40d9966825306f61d7f8 go-md2man-v2.0.2.tar.gz
diff --git a/repos/extra/go-md2man/.files b/repos/extra/go-md2man/.files
deleted file mode 100644
index 3924265e..00000000
--- a/repos/extra/go-md2man/.files
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/go-md2man
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rwxr-xr-x root/root usr/share/man/man1/go-md2man.1.gz
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"
-}
diff --git a/repos/extra/go-md2man/depends b/repos/extra/go-md2man/depends
deleted file mode 100644
index 4023f209..00000000
--- a/repos/extra/go-md2man/depends
+++ /dev/null
@@ -1 +0,0 @@
-go