Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: sandbar-0.1 #44997

Merged
merged 1 commit into from
Aug 9, 2023
Merged

New package: sandbar-0.1 #44997

merged 1 commit into from
Aug 9, 2023

Conversation

dkwo
Copy link
Contributor

@dkwo dkwo commented Jul 12, 2023

  • I tested the changes in this PR: yes, been using it for several weeks
#!/bin/bash
FIFO="$XDG_RUNTIME_DIR/sandbar-0"
[ -e "$FIFO" ] && rm -f "$FIFO"
mkfifo "$FIFO"
while cat "$FIFO"; do :; done | sandbar -font Terminus:size=32

while true
do
echo "all status $(print_bat) $(print_date)" > $XDG_RUNTIME_DIR/sandbar-0
sleep 1
done
  • This new package conforms to the package requirements: YES
  • I built this PR locally for my native architecture, x86_64

@dkwo dkwo force-pushed the sandbar branch 3 times, most recently from b2773f4 to 640b583 Compare July 12, 2023 16:09
@classabbyamp classabbyamp added the new-package This PR adds a new package label Jul 12, 2023
@icp1994
Copy link
Contributor

icp1994 commented Jul 12, 2023

Does gnu-makefile build style not work? Maybe it needs make_use_env=yes.

@dkwo
Copy link
Contributor Author

dkwo commented Jul 12, 2023

Yes, it needs make_use_env=yes, thanks!

@dkwo dkwo force-pushed the sandbar branch 2 times, most recently from d1780fd to a9e800d Compare July 13, 2023 13:00
@Duncaen Duncaen merged commit 1e64bd0 into void-linux:master Aug 9, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants