void-packages/srcpkgs/snailedesktop/template

43 lines
1.9 KiB
Bash
Raw Normal View History

2024-05-23 16:37:48 +02:00
# Template file for 'snailedesktop'
pkgname=snailedesktop
version=0
2024-05-23 16:46:13 +02:00
revision=2
2024-05-23 16:37:48 +02:00
build_style=meta
short_desc="Personal meta package"
maintainer="Luca Bilke <luca@bil.ke>"
license="Public Domain"
homepage="https://snaile.de"
2024-05-23 16:46:13 +02:00
archs="x86_64"
2024-05-23 16:37:48 +02:00
depends="
2024-05-23 16:41:22 +02:00
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
2024-05-23 16:37:48 +02:00
"
case "$XBPS_TARGET_MACHINE" in
*-musl) depends+=" musl";;
*) depends+=" glibc-locales";;
esac
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc*) depends+=" linux";;
esac