forked from ports/contrib
zjstatus: initial commit, version 0.9.1
This commit is contained in:
parent
77ee900a14
commit
e993c31bee
3
zjstatus/.footprint
Normal file
3
zjstatus/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/zjstatus.wasm
|
5
zjstatus/.signature
Normal file
5
zjstatus/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF369a+/MNEmc4U/MS3P4425fkXUs7a8ZElXic5HEjZz2tY8KIqpG2Q07kiJtVpkYrJAOx8KP3trEbNxq682JA9gw=
|
||||
SHA256 (Pkgfile) = 3b3d62de2439223539939f94b94223a662c2381095422b81d6faf1aec2bd470c
|
||||
SHA256 (.footprint) = 2e9c0201379a918a93fd58334ba45465d3795375d68efd963eb3f53a3d11b370
|
||||
SHA256 (zjstatus-0.9.1.tar.gz) = d8e8c0ce078c86dc2b58815c2929e99a87f08c346df7bb182fb403983928cb71
|
19
zjstatus/Pkgfile
Normal file
19
zjstatus/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: A configurable statusbar plugin for zellij
|
||||
# URL: https://github.com/dj95/zjstatus
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: rust-wasm zellij
|
||||
|
||||
name=zjstatus
|
||||
version=0.9.1
|
||||
release=1
|
||||
source=(https://github.com/dj95/zjstatus/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
[[ ! -e $PKGMK_SOURCE_DIR/rust ]] && mkdir $PKGMK_SOURCE_DIR/rust
|
||||
|
||||
cd $name-$version
|
||||
cargo build --release
|
||||
|
||||
install -Dt $PKG/usr/bin target/wasm32-wasi/release/$name.wasm
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user