new package: macchina (#6744)
This commit is contained in:
parent
6ea83bdbe7
commit
7de945984b
16
packages/macchina/build.sh
Normal file
16
packages/macchina/build.sh
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
TERMUX_PKG_HOMEPAGE=https://github.com/Macchina-CLI/macchina
|
||||||
|
TERMUX_PKG_DESCRIPTION="A system information fetcher, with an emphasis on performance and minimalism."
|
||||||
|
TERMUX_PKG_LICENSE="MIT"
|
||||||
|
TERMUX_PKG_MAINTAINER="Max Ferrer @PandaFoss"
|
||||||
|
TERMUX_PKG_VERSION=0.7.4
|
||||||
|
TERMUX_PKG_SRCURL=https://github.com/Macchina-CLI/macchina/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
||||||
|
TERMUX_PKG_SHA256=66349e2274c48d8eb1ac1a627eb16dca0ee96e62c2fa34f9d9fadbe75a029d9f
|
||||||
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
|
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
|
||||||
|
|
||||||
|
termux_step_make_install() {
|
||||||
|
termux_setup_rust
|
||||||
|
|
||||||
|
cargo build --jobs ${TERMUX_MAKE_PROCESSES} --target ${CARGO_TARGET_NAME} --release
|
||||||
|
install -Dm755 -t ${TERMUX_PREFIX}/bin target/${CARGO_TARGET_NAME}/release/macchina
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user