diff options
author | Onur Alp AKIN | 2023-03-19 08:23:37 +0300 |
---|---|---|
committer | Onur Alp AKIN | 2023-03-19 08:23:37 +0300 |
commit | 61b0ed9d3f8eb0f3c90efa3cc3244f0d6e59da97 (patch) | |
tree | 0ed937b8256ccc3ae735c1fb1239203f063e2e78 /PKGBUILD | |
parent | 60711d13ec8cf1e1a995ccd4b8cb6c14f2eb0202 (diff) | |
download | aur-61b0ed9d3f8eb0f3c90efa3cc3244f0d6e59da97.tar.gz |
Fix formatting
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,9 @@ # Maintainer: Onur Alp Akin <onralpakin@gmail.com> +# https://github.com/otuva/PKGBUILDs + pkgname=l5p-kbl-git pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Lenovo Legion 5 Pro 2021 Linux Keyboard Light Controller" arch=('any') url="https://github.com/imShara/l5p-kbl" @@ -12,8 +14,8 @@ source=("git+${url}") md5sums=('SKIP') package() { - cd ${pkgname%-git} + cd ${pkgname%-git} install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" - install -Dm 755 l5p_kbl.py "${pkgdir}/usr/bin/l5p-kbl" + install -Dm 755 l5p_kbl.py "${pkgdir}/usr/bin/l5p-kbl" } |