[arch-commits] Commit in moreutils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Sun Apr 25 12:54:04 UTC 2021
Date: Sunday, April 25, 2021 @ 12:54:04
Author: spupykin
Revision: 924170
archrelease: copy trunk to community-x86_64
Added:
moreutils/repos/community-x86_64/PKGBUILD
(from rev 924169, moreutils/trunk/PKGBUILD)
Deleted:
moreutils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-25 12:53:55 UTC (rev 924169)
+++ PKGBUILD 2021-04-25 12:54:04 UTC (rev 924170)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=moreutils
-pkgver=0.65
-pkgrel=1
-pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
-arch=('x86_64')
-url="https://joeyh.name/code/moreutils/"
-license=('GPL')
-depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
-makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
-options=('!emptydirs' 'zipman')
-replaces=(moreutils-svn)
-#source=(https://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
-source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd "$srcdir"/$pkgname
- make DOCBOOK2XMAN=docbook2man
-}
-
-package() {
- cd "$srcdir"/$pkgname
- make PREFIX="$pkgdir"/usr install
- chmod 0644 "$pkgdir"/usr/share/man/man1/*
- mv "$pkgdir"/usr/share/man/man1/ts.1 "$pkgdir"/usr/share/man/man1/ts.1moreutils
- mv "$pkgdir"/usr/share/man/man1/parallel.1 "$pkgdir"/usr/share/man/man1/parallel-moreutils.1
- mv "$pkgdir"/usr/bin/parallel "$pkgdir"/usr/bin/parallel-moreutils
-}
Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 924169, moreutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-25 12:54:04 UTC (rev 924170)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=moreutils
+pkgver=0.65
+pkgrel=2
+pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
+arch=('x86_64')
+url="https://joeyh.name/code/moreutils/"
+license=('GPL')
+depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
+makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
+options=('!emptydirs' 'zipman')
+replaces=(moreutils-svn)
+#source=(https://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
+source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd "$srcdir"/$pkgname
+ make DOCBOOK2XMAN=db2x_docbook2man
+}
+
+package() {
+ cd "$srcdir"/$pkgname
+ make PREFIX="$pkgdir"/usr install
+ chmod 0644 "$pkgdir"/usr/share/man/man1/*
+ mv "$pkgdir"/usr/share/man/man1/ts.1 "$pkgdir"/usr/share/man/man1/ts.1moreutils
+ mv "$pkgdir"/usr/share/man/man1/parallel.1 "$pkgdir"/usr/share/man/man1/parallel-moreutils.1
+ mv "$pkgdir"/usr/bin/parallel "$pkgdir"/usr/bin/parallel-moreutils
+}
More information about the arch-commits
mailing list