forked from ports/contrib
hacksaw: dropped port
This commit is contained in:
parent
ec0efabc6c
commit
075286e1db
@ -1,3 +0,0 @@
|
|||||||
drwxr-xr-x root/root usr/
|
|
||||||
drwxr-xr-x root/root usr/bin/
|
|
||||||
-rwxr-xr-x root/root usr/bin/hacksaw
|
|
@ -1,5 +0,0 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
|
||||||
RWSagIOpLGJF31h5Bqogrw5RueTp52F2vXW1AnaJ5QtDREuwkBIptudgv4xPdm2cl9MYJLrv5D6GCY/pGkc6t2aOsbu+AbUlCgo=
|
|
||||||
SHA256 (Pkgfile) = 1d08cb7f96591202154995297cd6b3c03200db2e5005ec341178c5a2ac03b19d
|
|
||||||
SHA256 (.footprint) = 858f7a99b4396034e1c456bb7d45f4e1b3ec55656c17b726601c7577a9994ed0
|
|
||||||
SHA256 (hacksaw-1.0.4.tar.gz) = 3467d1a0603892f375f55770d90a0e4a8521f656cbc998b586980a0f6870e892
|
|
@ -1,23 +0,0 @@
|
|||||||
# Description: select operation for X11 screens
|
|
||||||
# URL: https://github.com/neXromancers/hacksaw
|
|
||||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
||||||
# Depends on: rust xorg-libxcb
|
|
||||||
|
|
||||||
name=hacksaw
|
|
||||||
version=1.0.4
|
|
||||||
release=1
|
|
||||||
_commit=fd6b6bd1be435dd546e7efd0ed8800623bb098fa
|
|
||||||
source=(https://github.com/neXromancers/hacksaw/archive/$_commit/$name-$version.tar.gz)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $name-$_commit
|
|
||||||
|
|
||||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
|
||||||
mkdir "$PKGMK_SOURCE_DIR/rust" || true
|
|
||||||
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
|
|
||||||
|
|
||||||
cargo update
|
|
||||||
cargo fetch
|
|
||||||
cargo build --release --locked
|
|
||||||
install -Dt $PKG/usr/bin target/release/hacksaw
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user