Skip to content

Instantly share code, notes, and snippets.

@sionleroux
Last active September 26, 2017 22:04
Show Gist options
  • Save sionleroux/5744967 to your computer and use it in GitHub Desktop.
Save sionleroux/5744967 to your computer and use it in GitHub Desktop.
PKGBUILD for the tomboy-dragndrop package in AUR.
/src/
/pkg/
tomboy-dragndrop-*-any.pkg.tar.xz
DnDLinking.dll
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
# 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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment