ports/contrib (3.6): shotgun: dropped
commit 90ddb438910f31299f4284169745bd100b5d2191 Author: Tim Biermann <tbier@posteo.de> Date: Wed Aug 3 22:43:56 2022 +0200 shotgun: dropped diff --git a/shotgun/.footprint b/shotgun/.footprint deleted file mode 100644 index dda595070..000000000 --- a/shotgun/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/shotgun diff --git a/shotgun/.signature b/shotgun/.signature deleted file mode 100644 index f0034ea24..000000000 --- a/shotgun/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wp9p3VVsc8I7JJyebasxffeGK9iz096s89pjsvHVOOzMUfJLRHmNhN4WWhMukHVViNxZ2Qn8qHjdfz0KpO+Egg= -SHA256 (Pkgfile) = eeb8f9ac92ec9a16c08905beae66f32aab0ec81e0b6a2b4f1a6f2c8c83cfcb25 -SHA256 (.footprint) = ed7571fc04ecb0f3d8c8c2c833ad729d8bf238d2a21c93fb00f901b9bbaa8d65 -SHA256 (shotgun-2fc0d2ea8b522e47278fe02713cc546f62895c5c.tar.gz) = b2a977c2fc4b18cc56411d30986636ced495b92a7ca8019519252d72e9c145da diff --git a/shotgun/Pkgfile b/shotgun/Pkgfile deleted file mode 100644 index ebce4e82a..000000000 --- a/shotgun/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Minimal X screenshot utility -# URL: https://github.com/neXromancers/shotgun -# Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: git rust xorg-libx11 xorg-libxrandr -# Optional: hacksaw - -name=shotgun -version=2.2.1 -_commit=2fc0d2ea8b522e47278fe02713cc546f62895c5c -release=1 -#source=(https://github.com/neXromancers/shotgun/archive/v$version/$name-$version.tar...) -source=(https://github.com/neXromancers/shotgun/archive/$_commit/$name-$_commit.tar....) - -build() { - 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 --manifest-path $name-$version/Cargo.toml - #cargo build --release --locked --manifest-path $name-$version/Cargo.toml - cargo update --manifest-path $name-$_commit/Cargo.toml - cargo build --release --locked --manifest-path $name-$_commit/Cargo.toml - install -Dt $PKG/usr/bin $name-$_commit/target/release/shotgun -}
participants (1)
-
crux@crux.nu