mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Updated PKGBUILD
This commit is contained in:
17
PKGBUILD
17
PKGBUILD
@ -1,14 +1,15 @@
|
||||
pkgname=daisycalc
|
||||
pkgver=0.2.5
|
||||
# Maintainer: Mark <no@email.com>
|
||||
pkgname=daisy
|
||||
_cargoname=daisycalc
|
||||
pkgver=0.2.14
|
||||
pkgrel=1
|
||||
pkgdesc="TUI scientific calculator with support for units."
|
||||
url="https://git.betalupi.com/Mark/daisy"
|
||||
license=('GPL')
|
||||
makedepends=('rust' 'cargo')
|
||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$_cargoname/$_cargoname-$pkgver.crate")
|
||||
|
||||
#source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
prepare() {
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
@ -28,4 +29,4 @@ check() {
|
||||
|
||||
package() {
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user