blob: bab303a3c5499e5d9f6de7e740a591159852368d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = grub-editor
pkgdesc = GUI application to edit grub configurations
pkgver = 1.2
pkgrel = 1
url = https://github.com/Thenujan-0/grub-editor
arch = any
license = GPL3
makedepends = make
depends = python
depends = grub
depends = python-pyqt5
source = https://github.com/Thenujan-0/grub-editor/archive/refs/tags/v1.2.tar.gz
md5sums = SKIP
pkgname = grub-editor
|