summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0817ea13a36d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = tomboy-dragndrop
+ pkgdesc = A tomboy plugin to create links between Tomboy notes via Drag-n-Drop
+ pkgver = 0.1
+ pkgrel = 1
+ url = https://sites.google.com/site/paginadisalvo/tools/tomboy-drag-n-drop
+ arch = any
+ license = LGPL
+ depends = tomboy
+ source = https://sites.google.com/site/paginadisalvo/tools/tomboy-drag-n-drop/DnDLinking.dll
+ md5sums = ea43bf3a412d7750918b75f3134c256e
+
+pkgname = tomboy-dragndrop
+
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