summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go-md2man/.footprint3
-rw-r--r--go-md2man/.signature6
-rw-r--r--go-md2man/MAKEPKG28
-rw-r--r--go-md2man/go-md2man#2.0.6-1.pkg.tar.gzbin0 -> 1015895 bytes
-rw-r--r--go-md2man/go-md2man-2.0.6.tar.gzbin0 -> 11064 bytes
5 files changed, 37 insertions, 0 deletions
diff --git a/go-md2man/.footprint b/go-md2man/.footprint
new file mode 100644
index 0000000..d0bf27b
--- /dev/null
+++ b/go-md2man/.footprint
@@ -0,0 +1,3 @@
1drwxr-xr-x root/root usr/
2drwxr-xr-x root/root usr/bin/
3-rwxr-xr-x root/root usr/bin/go-md2man
diff --git a/go-md2man/.signature b/go-md2man/.signature
new file mode 100644
index 0000000..8d11656
--- /dev/null
+++ b/go-md2man/.signature
@@ -0,0 +1,6 @@
1RWTZ9IduCSQ/mLlnrZxnEa7qRj0V/hFP479gsP4qeyYLJKovWjP/PsYSYd0lCNhB0LwV1V6S7TU0LYQtw/UA4Eh4GawknqhkCgU=
2
3SHA256 (MAKEPKG) = 876ab4bc137b0e7ca39ceca328537ca35d814c5dbbf3a54d5a2aaf56053ab54c
4SHA256 (.footprint) = 72d2e0c150aa64225e34aac8a0feb0eb09ccc1cfd9b8f31dbae4cb8ba44dfe9c
5SHA256 (go-md2man-2.0.6.tar.gz) = 5fa29154237bc840a10a06231c066f9ddbe06bb31d1c3372eab12e1ed977271f
6SHA256 (go-md2man#2.0.6-1.pkg.tar.gz) = 234ac3976c8c50f3da4d025f6f4b6aa6a6d5919d124076e72d3d12bcfdf654ca
diff --git a/go-md2man/MAKEPKG b/go-md2man/MAKEPKG
new file mode 100644
index 0000000..3454d16
--- /dev/null
+++ b/go-md2man/MAKEPKG
@@ -0,0 +1,28 @@
1#!/bin/mkpkg
2# description: Converts markdown into roff (man pages)
3# url: https://github.com/cpuguy83/go-md2man
4
5name=go-md2man
6version=2.0.6
7release=1
8depends=()
9makedeps=(go)
10source=(https://github.com/cpuguy83/go-md2man/archive/refs/tags/v$version.tar.gz)
11renames=($name-$version.tar.gz)
12sha256sums=(
13 "5fa29154237bc840a10a06231c066f9ddbe06bb31d1c3372eab12e1ed977271f"
14)
15
16build() {
17 cd go-md2man-$version
18 export GOPATH="$SRC/go"
19 go build -trimpath -o go-md2man .
20 install -Dm755 go-md2man $PKG/usr/bin/go-md2man
21}
22
23signify() {
24 untrusted comment: public key
25 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
26}
27
28# vim: filetype=sh
diff --git a/go-md2man/go-md2man#2.0.6-1.pkg.tar.gz b/go-md2man/go-md2man#2.0.6-1.pkg.tar.gz
new file mode 100644
index 0000000..c8855a0
--- /dev/null
+++ b/go-md2man/go-md2man#2.0.6-1.pkg.tar.gz
Binary files differ
diff --git a/go-md2man/go-md2man-2.0.6.tar.gz b/go-md2man/go-md2man-2.0.6.tar.gz
new file mode 100644
index 0000000..c23c242
--- /dev/null
+++ b/go-md2man/go-md2man-2.0.6.tar.gz
Binary files differ