summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3b86997d7ea8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: SiƓn Le Roux <sinisterstuf@gmail.com>
+
+pkgname=tomboy-toc
+pkgver=0.6
+pkgrel=1
+pkgdesc="A tomboy plugin to generate a Table of Contents menu item."
+url="http://oluc.blogspot.com.ar/2011/04/tomboy-add-in-table-of-content.html"
+depends=('tomboy')
+arch=(any)
+license=(LGPL)
+source=("http://oluc.github.io/tomboy/bin/TableOfContent.dll-0.6")
+md5sums=('460db27280e3991396c87789aeebf11c')
+
+package() {
+ install -Dm644 $srcdir/TableOfContent.dll-0.6 $pkgdir/usr/lib/tomboy/addins/TableOfContent.dll
+} \ No newline at end of file