Made sure, installation and uninstallation work seemlessly
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -4,12 +4,13 @@ pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="A small and lightweight wrapper for dd that strips away the complexity of CLI flashing."
|
||||
arch=('any')
|
||||
url="https://github.com/cametendo/cflash-git"
|
||||
url="https://gitea.cametendo.org/cametendo/cflash-emvs"
|
||||
license=('MIT')
|
||||
depends=('java-runtime>=21')
|
||||
makedepends=('java-environment>=21' 'maven' 'git')
|
||||
source=("cflash::git+https://github.com/cametendo/cflash-git.git")
|
||||
source=("cflash::git+https://gitea.cametendo.org/cametendo/cflash-emvs.git")
|
||||
sha256sums=('SKIP')
|
||||
install=cflash.install
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
|
||||
Reference in New Issue
Block a user