This commit is contained in:
Tobias Powalowski 2024-06-20 07:50:28 +02:00
parent ad59d5a390
commit 0ce786c65a
2 changed files with 42 additions and 41 deletions

View file

@ -39,7 +39,7 @@ var/lib/pacman/local \
{bus,boot,coredump,hostname,journal,locale,login,machine,network,\
system,timedate,userdb,home,oom,portable}ctl certutil chmod clear cmsutil crlutil curl date \
dbus-{broker{,-launch},cleanup-sockets,daemon,launch,monitor,run-session,send,test-tool,\
update-activation-environment,uuidgen} dd df dir du dust exa eza false fd gawk gpg{,-agent,conf,-connect-agent} \
update-activation-environment,uuidgen} dd df dir du dust exa eza false fd fzf fzf-tmux gawk gpg{,-agent,conf,-connect-agent} \
gpgme-{tool,json} insmod install kernel-install kill{,all} loadkeys ldconfig \
login makepkg mktemp mkhomedir_helper modutil more mount.ddi mount.nfs{,4} \
nano nologin nss-config od p11-kit pk12util pam_timestamp_check pacman{,-conf,-key,-db-upgrade} \

View file

@ -5,11 +5,20 @@
_run ()
{
_LICENSES=(
terminus-font/LICENSE
argon2/LICENSE
bat/LICENSE-{APACHE,MIT}
brotli/LICENSE
bzip2/LICENSE
curl/COPYING
dbus/COPYING
duktape/LICENSE.txt
dust/LICENSE
e2fsprogs/MIT-LICENSE
expat/COPYING
eza/LICENSE
fd/LICENSE-MIT
file/COPYING
fzf/LICENSE
gcc-libs/RUNTIME.LIBRARY.EXCEPTION
gnupg/BSD-2-Clause.txt
gnupg/BSD-3-Clause.txt
@ -17,9 +26,14 @@ gnupg/BSD-4-Clause.txt
gnupg/MIT.txt
gnupg/Unicode-TOU.txt
gssproxy/COPYING
hdparm/LICENSE.TXT
iana-etc/LICENSE
icu/LICENSE
iputils/LICENSE.BSD3
json-c/COPYING
known_spdx_license_exceptions.txt
known_spdx_license_identifiers.txt
krb5/LICENSE
libarchive/COPYING
libbpf/LICENSE
libbpf/LICENSE.BSD-2-Clause
@ -35,6 +49,7 @@ libgpg-error/COPYING
libgpg-error/COPYING.LIB
libhubbub/COPYING
libinih/LICENSE.txt
libldap/LICENSE
libmd/COPYING
libnghttp2/COPYING
libnghttp3/COPYING
@ -51,14 +66,16 @@ libvterm/LICENSE
libwapcaplet/COPYING
libwebsockets/LICENSE
libxml2/Copyright
known_spdx_license_exceptions.txt
known_spdx_license_identifiers.txt
linux-firmware-whence/WHENCE
lua/LICENSE
lua51-lpeg/LICENSE
luajit/COPYRIGHT
msgpack-c/LICENSE
ncurses/COPYING
neovim/LICENSE.txt
nfsidmap/LICENSE
openssh/BSD-2-Clause.txt
openssh/LICENCE
openssh/blowfish.BSD-3-Clause.txt
openssh/openbsd-compat.BSD-3-Clause.txt
openssh/openbsd-compat.ISC.txt
@ -67,11 +84,21 @@ openssh/replacement.BSD-2-Clause.txt
openssh/rijndael.Public-Domain.txt
openssh/snprintf.Public-Domain.txt
openssh/ssh.BSD-3-Clause.txt
openssl/LICENSE.txt
p11-kit/COPYING
pcre2/LICENSE
popt/LICENSE
procs/LICENSE
ripgrep/{COPYING,LICENSE-MIT,UNLICENSE}
sbctl/LICENSE
sd/LICENSE
sdparm/LICENSE
shadow/COPYING
sqlite/license.txt
terminus-font/LICENSE
tmux/LICENSE
tpm2-tss/LICENSE
tre/LICENSE
tree-sitter/LICENSE
tree-sitter-bash/LICENSE
tree-sitter-c/LICENSE
tree-sitter-lua/LICENSE.md
@ -79,49 +106,23 @@ tree-sitter-markdown/LICENSE
tree-sitter-python/LICENSE
tree-sitter-query/LICENSE
tree-sitter-vimdoc/LICENSE
tree-sitter/LICENSE
ttyd/LICENSE
tzdata/LICENSE
util-linux/COPYING.BSD-2-Clause
util-linux/COPYING.BSD-3-Clause
util-linux/COPYING.BSD-4-Clause-UC
util-linux/COPYING.ISC
util-linux/util-linux-BSD-2-Clause.txt
util-linux-libs/COPYING.BSD-2-Clause
util-linux-libs/COPYING.BSD-3-Clause
util-linux-libs/COPYING.BSD-4-Clause-UC
util-linux-libs/COPYING.ISC
util-linux-libs/util-linux-BSD-2-Clause.txt
xxhash/LICENSE
zstd/LICENSE
bat/LICENSE-{APACHE,MIT}
dbus/COPYING
duktape/LICENSE.txt
eza/LICENSE
fd/LICENSE-MIT
iana-etc/LICENSE
p11-kit/COPYING
procs/LICENSE
ripgrep/{COPYING,LICENSE-MIT,UNLICENSE}
sd/LICENSE
shadow/COPYING
file/COPYING
bzip2/LICENSE
hdparm/LICENSE.TXT
ncurses/COPYING
sdparm/LICENSE
zlib/LICENSE
neovim/LICENSE.txt
sbctl/LICENSE
expat/COPYING
util-linux/COPYING.BSD-2-Clause
util-linux/COPYING.BSD-3-Clause
util-linux/COPYING.BSD-4-Clause-UC
util-linux/COPYING.ISC
util-linux/util-linux-BSD-2-Clause.txt
wireless-regdb/LICENSE
libldap/LICENSE
nfsidmap/LICENSE
tmux/LICENSE
ttyd/LICENSE
krb5/LICENSE
openssh/LICENCE
openssl/LICENSE.txt
sqlite/license.txt
e2fsprogs/MIT-LICENSE)
xxhash/LICENSE
zlib/LICENSE
zstd/LICENSE)
#shellcheck disable=SC2068
for i in ${_LICENSES[@]};do
_file /usr/share/licenses/"${i}"