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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 23 19:40:56 UTC 2021


    Date: Friday, July 23, 2021 @ 19:40:56
  Author: felixonmars
Revision: 984813

archrelease: copy trunk to community-x86_64

Added:
  go-md2man/repos/community-x86_64/PKGBUILD
    (from rev 984812, 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-07-23 19:40:41 UTC (rev 984812)
+++ PKGBUILD	2021-07-23 19:40:56 UTC (rev 984813)
@@ -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=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"
-}

Copied: go-md2man/repos/community-x86_64/PKGBUILD (from rev 984812, go-md2man/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-23 19:40:56 UTC (rev 984813)
@@ -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.1
+pkgrel=1
+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=('889309ecf43e40d3a76d666b0259dcd71b340ea0fad003784ff3fe0b6c21990e')
+
+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