[arch-commits] Commit in go-md2man/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Tue Mar 23 23:33:02 UTC 2021


    Date: Tuesday, March 23, 2021 @ 23:33:02
  Author: foxboron
Revision: 901369

archrelease: copy trunk to community-x86_64

Added:
  go-md2man/repos/community-x86_64/PKGBUILD
    (from rev 901368, go-md2man/trunk/PKGBUILD)
Deleted:
  go-md2man/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 23:32:53 UTC (rev 901368)
+++ PKGBUILD	2021-03-23 23:33:02 UTC (rev 901369)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at arhlinux.org>
-# Contributor: Sébastien "Seblu" Luttringer <seblu at arhlinux.org>
-
-pkgname=go-md2man
-pkgver=2.0.0
-pkgrel=3
-pkgdesc='A markdown to manpage generator'
-arch=('x86_64')
-url='https://github.com/cpuguy83/go-md2man'
-license=('MIT')
-makedepends=('go')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz")
-sha256sums=('50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export GOFLAGS="-buildmode=pie -mod=vendor -trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  go build -o go-md2man .
-  ./go-md2man -in=go-md2man.1.md -out=go-md2man.1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 go-md2man "$pkgdir/usr/bin/go-md2man"
-  install -Dm755 go-md2man.1 "$pkgdir/usr/share/man/man1/go-md2man.1"
-  install -Dm755 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: go-md2man/repos/community-x86_64/PKGBUILD (from rev 901368, go-md2man/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-23 23:33:02 UTC (rev 901369)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud <foxboron at arhlinux.org>
+# Contributor: Sébastien "Seblu" Luttringer <seblu at arhlinux.org>
+
+pkgname=go-md2man
+pkgver=2.0.0
+pkgrel=4
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz")
+sha256sums=('50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export GOFLAGS="-buildmode=pie -mod=vendor -trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  go build -o go-md2man .
+  ./go-md2man -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 go-md2man "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 go-md2man.1 "$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list