[arch-commits] Commit in txt2man/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:13:34 UTC 2018


    Date: Friday, November 9, 2018 @ 23:13:33
  Author: felixonmars
Revision: 405196

archrelease: copy trunk to community-staging-any

Added:
  txt2man/repos/community-staging-any/
  txt2man/repos/community-staging-any/ChangeLog
    (from rev 405193, txt2man/trunk/ChangeLog)
  txt2man/repos/community-staging-any/PKGBUILD
    (from rev 405194, txt2man/trunk/PKGBUILD)

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |   18 ++++++++++++++++++
 2 files changed, 21 insertions(+)

Copied: txt2man/repos/community-staging-any/ChangeLog (from rev 405193, txt2man/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2018-11-09 23:13:33 UTC (rev 405196)
@@ -0,0 +1,3 @@
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: txt2man/repos/community-staging-any/PKGBUILD (from rev 405194, txt2man/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:13:33 UTC (rev 405196)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=txt2man
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Converts flat ASCII text to man page format"
+arch=('any')
+url="https://github.com/mvertes/txt2man"
+license=('GPL')
+depends=( 'bash' 'gawk')
+source=("https://github.com/mvertes/txt2man/archive/txt2man-$pkgver.tar.gz")
+sha256sums=('f6939e333a12e1ecceccaa547b58f4bf901a580cd2d8f822f8c292934c920c99')
+
+package() {
+  cd "$srcdir"/txt2man-txt2man-$pkgver
+  PATH=./:$PATH make prefix="$pkgdir"/usr install
+}



More information about the arch-commits mailing list