summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 55d5f280778439f84728950e2c43214533fade7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Jonian Guveli <jonian@hardpixel.eu>
# Contributor: Evan Anderson <evananderson@thelinuxman.us>
# Contributor: Ner0
# Contributor: Pellegrino Prevete <cGVsbGVncmlub3ByZXZldGVAZ21haWwuY29tCg== | base -d>

_pkgbase=menulibre
pkgname=$_pkgbase-git
pkgver=menulibre+2.2.1+76+gd137b2b
pkgrel=1
epoch=1
arch=(any)
license=("GPL3")
pkgdesc="An advanced menu editor that provides modern features in a clean, easy-to-use interface"
url="https://github.com/bluesabre/menulibre"
depends=("gdk-pixbuf2" "gnome-menus" "gsettings-desktop-schemas" "gtksourceview3" "python" "python-gobject" "python-psutil" "python-xdg" "xdg-utils")
makedepends=("python-distutils-extra")
install=menulibre.install
source=("git+https://github.com/bluesabre/menulibre.git")
sha256sums=('SKIP')

pkgver() {
  cd $_pkgbase
  git describe --tags | sed 's/-/+/g'
}

package() {
  cd "$_pkgbase" && python setup.py install --root="$pkgdir/" --optimize=1
}