Skip to content

Instantly share code, notes, and snippets.

@sionleroux
Last active September 26, 2017 22:05
Show Gist options
  • Save sionleroux/5744956 to your computer and use it in GitHub Desktop.
Save sionleroux/5744956 to your computer and use it in GitHub Desktop.
PKGBUILD for the tomboy-pastebinit package in AUR.
/src/
/pkg/
tomboy-pastebinit-*-any.pkg.tar.xz
PasteBinIt.dll
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
# 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
}
@sionleroux
Copy link
Author

I haven't uploaded this PKGBUILD to AUR yet because the plugin doesn't seem to work. It crashes the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment