Advertisement
lesebas

PKGBUILD menulibre

Feb 2nd, 2022
1,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.87 KB | None | 0 0
  1. # Maintainer: Jonian Guveli <jonian@hardpixel.eu>
  2. # Contributor: Evan Anderson <evananderson@thelinuxman.us>
  3. # Contributor: Ner0
  4.  
  5. pkgname=menulibre
  6. pkgver=2.2.3
  7. pkgrel=1
  8. pkgdesc="An advanced menu editor that provides modern features in a clean, easy-to-use interface"
  9. arch=("any")
  10. url="https://github.com/bluesabre/menulibre"
  11. license=("GPL3")
  12. depends=("gdk-pixbuf2" "gnome-menus" "gsettings-desktop-schemas" "gtksourceview3" "python" "python-gobject" "python-psutil" "python-xdg" "xdg-utils")
  13. makedepends=('python-distutils-extra' 'python-pip' 'python-wheel')
  14. install=menulibre.install
  15. source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
  16. md5sums=("c0282a4387893313c0add171395b57a8")
  17.  
  18. package() {
  19.   PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps ./$pkgname-$pkgver.tar.gz
  20. }
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement