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..fd1e8782c462
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = tomboy-pastebinit
+ pkgdesc = A tomboy plugin to send notes to a Pastebin service
+ pkgver = 0.1
+ pkgrel = 1
+ url = https://launchpad.net/tomboy-pastebinit/
+ arch = any
+ license = LGPL
+ depends = tomboy
+ source = https://launchpad.net/tomboy-pastebinit/trunk/0.1/+download/PasteBinIt.dll
+ md5sums = e683cea2d3691007d55ca4866db88165
+
+pkgname = tomboy-pastebinit
+
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