[arch-commits] Commit in tldp-howtos-txt/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:21:57 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:21:57
Author: felixonmars
Revision: 659226
archrelease: copy trunk to community-staging-any
Added:
tldp-howtos-txt/repos/community-staging-any/
tldp-howtos-txt/repos/community-staging-any/PKGBUILD
(from rev 659225, tldp-howtos-txt/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: tldp-howtos-txt/repos/community-staging-any/PKGBUILD (from rev 659225, tldp-howtos-txt/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 16:21:57 UTC (rev 659226)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=tldp-howtos-txt
+pkgver=20161114
+pkgrel=3
+pkgdesc="HOWTO's from tldp.org (one text file per howto)"
+arch=('any')
+url="http://tldp.org/"
+license=("FDL")
+depends=()
+options=('docs')
+source=(http://tldp.org/Linux-HOWTO-text.tar.gz)
+sha256sums=('86ec7527d5a8c6225190c6fe20a7fdb5c69d910dd36d0ff6be349ae014b62b06')
+
+package() {
+ cd "$srcdir"
+ mkdir -p "$pkgdir"/usr/share/doc/howto/txt
+ rm -f .htaccess Linux-HOWTOs.tar.bz2
+ mv * "$pkgdir"/usr/share/doc/howto/txt/
+}
More information about the arch-commits
mailing list