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..450fac3f8752
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: SiƓn Le Roux <sinisterstuf@gmail.com>
+
+pkgname=tomboy-pastebinit
+pkgver=0.1
+pkgrel=1
+pkgdesc="A tomboy plugin to send notes to a Pastebin service"
+url="https://launchpad.net/tomboy-pastebinit/"
+depends=('tomboy')
+arch=(any)
+license=(LGPL)
+source=("https://launchpad.net/tomboy-pastebinit/trunk/0.1/+download/PasteBinIt.dll")
+md5sums=('e683cea2d3691007d55ca4866db88165')
+
+package() {
+ install -Dm644 $srcdir/PasteBinIt.dll $pkgdir/usr/lib/tomboy/addins/PasteBinIt.dll
+} \ No newline at end of file