tuigreet: dropped duplicate port

This commit is contained in:
John McQuah 2022-11-01 07:43:26 -04:00
parent 7cefd48331
commit f356d0567e
3 changed files with 0 additions and 29 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tuigreet

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxMWDc8sNK3Ynae899NNFZgh9jdB3tX8r/t4WxZAAov04tu8nFAdr71ADhCeLv76mnRN/dM8BrIKRM2T6fOHakwU=
SHA256 (Pkgfile) = 4c2cfe1f82cea2e787602438e24c7e9805b9b7b17d69892738265645bc8b2b8c
SHA256 (.footprint) = 8d67f66389b00b5d20929394bde05dcc10ae452b8960e650c3a1fe2975149cdf
SHA256 (tuigreet-0.8.0.tar.gz) = ed371ebe288a3e5782f01681c6c4ed4786b470184af286fa0e7b8898e47c154e

View File

@ -1,21 +0,0 @@
# Description: graphical console greeter for greetd
# URL: https://github.com/apognu/tuigreet
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: greetd
name=tuigreet
version=0.8.0
release=1
source=(https://github.com/apognu/tuigreet/archive/$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 update
cargo fetch
cargo build --release --locked
install -Dt $PKG/usr/bin target/release/tuigreet
}