# Maintainer: madmurphy pkgname='nautilus-launch' pkgver='2.0.0' pkgrel=1 pkgdesc='A simple Nautilus extension that allows to run executables and launchers via right-click menu' arch=('i686' 'x86_64') url='https://gitlab.gnome.org/madmurphy/nautilus-launch' license=('GPL') depends=('glib2' 'libnautilus-extension') conflicts=("${pkgname}-git" "${pkgname}-bin") source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz") install="${pkgname}.install" sha256sums=('6a1c4483f438cacf8785f0eb36838bcdb22c4055cda4baffb06fb512baca8f9d') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }