summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 450fac3f8752ff2c2874119d0c7213bbb764479f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}