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..19324c4ce0e2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: SiƓn Le Roux <sinisterstuf@gmail.com>
+
+pkgname=tomboy-dragndrop
+pkgver=0.1
+pkgrel=1
+pkgdesc="A tomboy plugin to create links between Tomboy notes via Drag-n-Drop"
+url="https://sites.google.com/site/paginadisalvo/tools/tomboy-drag-n-drop"
+depends=('tomboy')
+arch=(any)
+license=(LGPL)
+source=("https://sites.google.com/site/paginadisalvo/tools/tomboy-drag-n-drop/DnDLinking.dll")
+md5sums=('ea43bf3a412d7750918b75f3134c256e')
+
+package() {
+ install -Dm644 $srcdir/DnDLinking.dll $pkgdir/usr/lib/tomboy/addins/DnDLinking.dll
+} \ No newline at end of file