summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 42cef606b61627fe850563e3baa7b70617dbec26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: https://codeberg.org/libre-menu-editor/libre-menu-editor/issues

pkgname=libre-menu-editor
pkgver=1.3
pkgrel=1
pkgdesc="Customize the menu"
arch=("any")
url="https://codeberg.org/libre-menu-editor/libre-menu-editor"
license=("GPL3")
depends=("python" "python-gobject" "gtk4" "libadwaita" "xdg-utils")
makedepends=("git" "make")
source=("git+https://codeberg.org/libre-menu-editor/libre-menu-editor")
sha256sums=("SKIP")

package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
}