summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3eb69791ccb096f28e392a2f3de887ffd696543e (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
29
30
# Maintainer: Thenujan Sandramohan <sthenujan2002@gmail.com>
pkgname=grub-editor
pkgver=1.2
pkgrel=1
epoch=
pkgdesc="GUI application to edit grub configurations"
arch=('any')
url="https://github.com/Thenujan-0/grub-editor"
license=('GPL3')
groups=()
depends=('python' 'grub' 'python-pyqt5')
makedepends=('make')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/Thenujan-0/grub-editor/archive/refs/tags/v$pkgver.tar.gz")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

package() {
    cd "$pkgname-$pkgver"
    make PKG_DIR="$pkgdir" install
}