summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-02-08 22:02:36 +0100
committerCarsten Teibes2014-02-08 22:02:36 +0100
commitbf04345d7fb1e16c536b25f9e17a45afac3399dd (patch)
treec846b58a2d9df96069826f6f650cd50ae5685e11
downloadaur-bf04345d7fb1e16c536b25f9e17a45afac3399dd.tar.gz
[add] irclog2html 2.13.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..070c71d574ed
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = irclog2html
+ pkgdesc = Converts IRC log files to HTML with pretty colours.
+ pkgver = 2.13.1
+ pkgrel = 1
+ url = http://mg.pov.lt/irclog2html/
+ arch = any
+ license = GPL
+ depends = python
+ source = http://pypi.python.org/packages/source/i/irclog2html/irclog2html-2.13.1.tar.gz
+ sha256sums = 9714287c284d7b960a5c7082d11cd9d60dcfd9b80ce9029f7a5e015a9d0b7757
+
+pkgname = irclog2html
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..258dc2734eb7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
+# Contributor: vuslkopp <vuslkopp@i2pmail.org>
+
+pkgname=irclog2html
+pkgver=2.13.1
+pkgrel=1
+pkgdesc='Converts IRC log files to HTML with pretty colours.'
+arch=('any')
+license=('GPL')
+url='http://mg.pov.lt/irclog2html/'
+depends=('python')
+source=("http://pypi.python.org/packages/source/i/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('9714287c284d7b960a5c7082d11cd9d60dcfd9b80ce9029f7a5e015a9d0b7757')
+
+package() {
+ cd $pkgname-$pkgver
+
+ python setup.py install --root="$pkgdir" --optimize=1
+}