Made sure, installation and uninstallation work seemlessly

This commit is contained in:
Cametendo
2026-05-04 09:47:42 +02:00
parent c65fd63fd9
commit 0b7a8b4d41
11 changed files with 41 additions and 6 deletions

View File

@@ -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"