New package: snailedesktop
Build/Publish XBPS / Build and publish packages (map[arch:x86_64-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 52s Details
Build/Publish XBPS / Build and publish packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64]) (push) Successful in 55s Details
Build/Publish XBPS / Build and publish packages (map[arch:aarch64-musl host:x86_64-musl libc:musl platform:linux/amd64]) (push) Successful in 1m5s Details

This commit is contained in:
Luca Bilke 2024-05-23 16:37:48 +02:00
parent afbd375d56
commit 2a639876cf
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 182 additions and 0 deletions

View File

@ -0,0 +1,182 @@
# Template file for 'snailedesktop'
pkgname=snailedesktop
version=0
revision=1
build_style=meta
short_desc="Personal meta package"
maintainer="Luca Bilke <luca@bil.ke>"
license="Public Domain"
homepage="https://snaile.de"
depends="
7zip
ansible
apache-htpasswd
arandr
atool
base-devel
base-system
bat
bind-utils
binutils
blueman
bluez
bottom
breeze-icons
cargo
catdoc
chafa
clipmenu
cronie
cups
cups-filters
cups-pdf
curl
dbus
dmenu-custom
docker
docker-buildx
docker-compose
dragon
dunst
dwm-custom
dwmblocks-custom
elogind
fd
ffmpeg
ffmpegthumbnailer
firefox
font-firacode-nf-ttf
fswatch
fzf
gdu
git
git-lfs
glow
gnome-keyring
gnumeric
gnupg2-scdaemon
gpgme
htop
ImageMagick
jq
just
k9s
kubectl
kubernetes-helm
lazygit
lf
libspa-bluetooth
lm_sensors
lsof
lynx
maim
man-db
mediainfo
mime-types
moreutils
mpv
mtr
ncpamixer
neofetch
neovim
NetworkManager
nmap
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-ttf
noto-fonts-ttf-extra
nsxiv
ntp
odt2txt
pamixer
pcsc-ccid
picom
pinentry-gnome
pipewire
playerctl
pnpm
polkit
poppler
progress
psmisc
pulsemixer
pwgen
python3-ansible-lint
python3-devel
python3-pip
ranger
rbw
ripgrep
rlwrap
rsync
ruby-asciidoctor
rust
rust-analyzer
rust-src
rustup
seahorse
shellcheck
shfmt
Signal-Desktop
simple-mtpfs
smbclient
socat
socklog-void
st-custom
stow
strace
syncthing
syncthingtray
system-config-printer
tcpdump
thunderbird
tlp
tmux
tokyonight-icon-theme
tokyonight-theme
trash-util
tree-sitter-devel
unclutter
vault
virtualenvwrapper
void-repo-nonfree
vpsm
vsv
wget
wireplumber
xcape
xclip
xdg-user-dirs
xdg-utils
xdotool
xinit
xmenu
xorg
xournalpp
xscreensaver
xsecurelock
xsel
xss-lock
xtools
xwallpaper
xxd
xz
ykpers
yt-dlp
yubikey-manager
zathura
zathura-pdf-mupdf
zk
zsh
zsh-completions
"
case "$XBPS_TARGET_MACHINE" in
*-musl) depends+=" musl";;
*) depends+=" glibc-locales";;
esac
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc*) depends+=" linux";;
esac