Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
pkgname=monte-note
pkgdesc='Monte Note -- A note taking application with a rich set of editing and management features'
pkgver=0.1.0b
pkgrel=1
arch=('x86_64')
url='https://github.com/urbanogardun/monte-note'
options=('!strip')
license=('GPL')
depends=('glib2' 'gconf' 'gtk2' 'libnotify' 'nss' 'libxtst' 'xdg-utils')
optdepends=('pulseaudio')
provides=('monte-note')
source=("monte-note_${pkgver}_amd64.deb::https://github.com/urbanogardun/monte-note/releases/download/v${pkgver}/monte-note_${pkgver}_amd64.deb")
sha256sums=('663f34a903bcf5fd85f1b90fad837c8c0af76092ab0e92a26e564c0f9fe1217a')
package() {
msg2 "Extracting the data.tar.xz..."
bsdtar -xf data.tar.xz -C "$pkgdir/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment