[arch-commits] Commit in arch-wiki-lite/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Nov 27 17:50:38 UTC 2014


    Date: Thursday, November 27, 2014 @ 18:50:38
  Author: kkeen
Revision: 123231

archrelease: copy trunk to community-any

Added:
  arch-wiki-lite/repos/community-any/PKGBUILD
    (from rev 123230, arch-wiki-lite/trunk/PKGBUILD)
Deleted:
  arch-wiki-lite/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-27 17:50:25 UTC (rev 123230)
+++ PKGBUILD	2014-11-27 17:50:38 UTC (rev 123231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=arch-wiki-lite
-pkgver=20140625
-_codever=20140625
-pkgrel=1
-pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on console."
-arch=('any')
-url="http://kmkeen.com/arch-wiki-lite/"
-_watch="http://www.archlinux.org/packages/community/any/arch-wiki-docs/"
-license=('GPL' 'FDL')
-depends=('bash' 'gzip')
-makedepends=('python' 'arch-wiki-docs')
-optdepends=('arch-wiki-docs: for wiki-search-html')
-source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz")
-md5sums=('e2fc8fe1df6fa5055ba3ffd45865d7a9')
-
-build() {
-  cd "$srcdir/$pkgname"
-  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
-  install -Dm 0755 wiki-search      "$pkgdir/usr/bin/wiki-search"
-  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
-}
-

Copied: arch-wiki-lite/repos/community-any/PKGBUILD (from rev 123230, arch-wiki-lite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-27 17:50:38 UTC (rev 123231)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=arch-wiki-lite
+pkgver=20141124
+_codever=20140625
+pkgrel=1
+pkgdesc="The wiki without html.  1/9 as big, easily searched and viewable on console."
+arch=('any')
+url="http://kmkeen.com/arch-wiki-lite/"
+_watch="http://www.archlinux.org/packages/community/any/arch-wiki-docs/"
+license=('GPL' 'FDL')
+depends=('bash' 'gzip')
+makedepends=('python' 'arch-wiki-docs')
+optdepends=('arch-wiki-docs: for wiki-search-html')
+source=("http://kmkeen.com/$pkgname/$pkgname-$_codever.tar.gz")
+md5sums=('e2fc8fe1df6fa5055ba3ffd45865d7a9')
+
+build() {
+  cd "$srcdir/$pkgname"
+  LC_ALL=en_US.UTF-8 python3 wiki_lite.py
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -d "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -m 0644 wiki/* "$pkgdir/usr/share/doc/arch-wiki/text/"
+  install -Dm 0755 wiki-search      "$pkgdir/usr/bin/wiki-search"
+  install -Dm 0755 wiki-search-html "$pkgdir/usr/bin/wiki-search-html"
+}
+



More information about the arch-commits mailing list