Skip to content

Instantly share code, notes, and snippets.

@muflone
Created November 12, 2016 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muflone/0ca65898eed3657485cd667b984dd72e to your computer and use it in GitHub Desktop.
Save muflone/0ca65898eed3657485cd667b984dd72e to your computer and use it in GitHub Desktop.
PKGBUILD for meow-bin 1.0-1
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=meow-bin
pkgver=1.0
pkgrel=1
pkgdesc="Application Menu Editor for GNOME"
arch=('any')
url="https://pnmougel.github.io/meow/"
license=('GPL')
depends=('java-runtime')
source=("https://github.com/pnmougel/${pkgname%-*}/raw/master/release/${pkgname%-*}_${pkgver}_all.deb")
sha256sums=('daa95e3585346c7b123d429466e9f62800ddf3ec0364b9a451ac0a17aff2d98b')
build() {
tar xJf "data.tar.xz"
}
package() {
cp -r usr etc "${pkgdir}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment