Open 2dvoid opened 2 years ago
@Samyak2 you can prolly take a look at cargo-pkgbuild
here is the generated file that i got:
pkgname=toipe
pkgver=0.4.0
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A trusty terminal typing tester."
license=('MIT')
build() {
return 0
}
package() {
cd $srcdir
cargo install --root="$pkgdir" --git=https://github.com/Samyak2/toipe
}
There's an umbrella issue open for making toipe installable through package managers - #13
@Samyak2 you can prolly take a look at cargo-pkgbuild
here is the generated file that i got:
@notjedi thanks! I'll look at it
Please submit a PKGBUILD to the Arch User Repository if possible.