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