forked from ports/contrib
i3status-rust: initial commit, version 0.10.0
This commit is contained in:
parent
8f0dcfc539
commit
e3988c450f
3
i3status-rust/.footprint
Normal file
3
i3status-rust/.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/i3status-rs
|
5
i3status-rust/.signature
Normal file
5
i3status-rust/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF37OmgGXvHwKDo9/qeMo015151ix6vXgWcrjOgMzo0zgSSOXVDhBXaQDpmxX22ZpW+2hKgswadsEzPAgzWdWQRAU=
|
||||
SHA256 (Pkgfile) = 514df7a5438b43e28078d70461097937f2d3e8e41a94bcb40a7c6fa5c9f99513
|
||||
SHA256 (.footprint) = 46e38c743630719fc5db8383d793d119a83726afb7568114366b2b9c2d3ed80b
|
||||
SHA256 (i3status-rust-0.10.0.tar.gz) = 84a12a91419fda35109a0be3980671c1d58e13c5987e6dc999cbe786d05053d9
|
19
i3status-rust/Pkgfile
Normal file
19
i3status-rust/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: i3status replacement written in rust
|
||||
# URL: https://github.com/greshake/i3status-rust
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: dbus flac libogg libsndfile libvorbis pulseaudio rust
|
||||
|
||||
name=i3status-rust
|
||||
version=0.10.0
|
||||
release=1
|
||||
source=(https://github.com/greshake/i3status-rust/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
mkdir "$PKGMK_SOURCE_DIR/rust" || true
|
||||
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
|
||||
cargo fetch
|
||||
cargo build --release
|
||||
install -Dt $PKG/usr/bin target/release/i3status-rs
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user