RonRunner/aur/ronrunner/PKGBUILD
2026-02-09 10:39:36 +01:00

18 lines
No EOL
472 B
Bash

pkgname=ronrunner
pkgver=1.0_beta1
pkgrel=1
pkgdesc="Ron Runner - Une description courte"
arch=('x86_64')
url="https://github.com/votreusername/ronrunner"
license=('MIT')
source=("https://github.com/votreusername/ronrunner/releases/download/v${pkgver}/ronrunner-${pkgver}.tar.gz")
sha256sums=('HASH_A_CALCULER')
build() {
cd "$srcdir/$pkgname-$pkgver"
}
package() {
cd "$srcdir/$pkgname-$pkgver"
install -Dm755 usr/bin/ronrunner "$pkgdir/usr/bin/ronrunner"
}