diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-25 16:40:02 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-25 16:40:02 +0000 |
| commit | f63c7103d5e2d9ec7e6b9b02460940340eae0b17 (patch) | |
| tree | da804da3abe0b5c757f4ebed202fd54c8f422941 /neomutt | |
| parent | db64bb5ac408f7304e470249f6543a114ed6c82f (diff) | |
| download | alicelinux-f63c7103d5e2d9ec7e6b9b02460940340eae0b17.tar.gz alicelinux-f63c7103d5e2d9ec7e6b9b02460940340eae0b17.zip | |
Woodpecker CI 9e981f69f4689e4ba82ad4d4fadc6305343e616e [SKIP CI]
Diffstat (limited to 'neomutt')
| -rw-r--r-- | neomutt/.checksum | 1 | ||||
| -rw-r--r-- | neomutt/.files | 42 | ||||
| -rw-r--r-- | neomutt/abuild | 5 | ||||
| -rw-r--r-- | neomutt/depends | 2 |
4 files changed, 50 insertions, 0 deletions
diff --git a/neomutt/.checksum b/neomutt/.checksum new file mode 100644 index 00000000..c5a1593e --- /dev/null +++ b/neomutt/.checksum @@ -0,0 +1 @@ +d378d0e96b80daa2881e943fdca66a78df69bb73fe1c9c11c4aa47a309175b67 neomutt-20260504.tar.gz diff --git a/neomutt/.files b/neomutt/.files new file mode 100644 index 00000000..72e49f57 --- /dev/null +++ b/neomutt/.files @@ -0,0 +1,42 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/neomuttrc.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/neomutt +drwxr-xr-x root/root usr/libexec/ +drwxr-xr-x root/root usr/libexec/neomutt/ +-rwxr-xr-x root/root usr/libexec/neomutt/pgpewrap +-rwxr-xr-x root/root usr/libexec/neomutt/smime_keys +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/smime_keys_neomutt.1.gz +drwxr-xr-x root/root usr/share/neomutt/ +drwxr-xr-x root/root usr/share/neomutt/account-command/ +-rw-r--r-- root/root usr/share/neomutt/account-command/README.md +drwxr-xr-x root/root usr/share/neomutt/account-command/gpg-json/ +-rw-r--r-- root/root usr/share/neomutt/account-command/gpg-json/README.md +-rwxr-xr-x root/root usr/share/neomutt/account-command/gpg-json/credentials.sh +drwxr-xr-x root/root usr/share/neomutt/account-command/macos-keychain/ +-rw-r--r-- root/root usr/share/neomutt/account-command/macos-keychain/README.md +-rwxr-xr-x root/root usr/share/neomutt/account-command/macos-keychain/keychain.py +drwxr-xr-x root/root usr/share/neomutt/colorschemes/ +-rw-r--r-- root/root usr/share/neomutt/colorschemes/ayu-dark-256.neomuttrc +-rw-r--r-- root/root usr/share/neomutt/colorschemes/neonwolf-256.neomuttrc +-rw-r--r-- root/root usr/share/neomutt/colorschemes/solarized-dark-256.neomuttrc +-rw-r--r-- root/root usr/share/neomutt/colorschemes/vombatidae.neomuttrc +-rw-r--r-- root/root usr/share/neomutt/colorschemes/zenburn.neomuttrc +drwxr-xr-x root/root usr/share/neomutt/logo/ +-rw-r--r-- root/root usr/share/neomutt/logo/neomutt-128.png +-rw-r--r-- root/root usr/share/neomutt/logo/neomutt-256.png +-rw-r--r-- root/root usr/share/neomutt/logo/neomutt-32.png +-rw-r--r-- root/root usr/share/neomutt/logo/neomutt-64.png +-rw-r--r-- root/root usr/share/neomutt/logo/neomutt.svg +-rw-r--r-- root/root usr/share/neomutt/mime.types +drwxr-xr-x root/root usr/share/neomutt/oauth2/ +-rw-r--r-- root/root usr/share/neomutt/oauth2/README.md +-rwxr-xr-x root/root usr/share/neomutt/oauth2/mutt_oauth2.py +-rw-r--r-- root/root usr/share/neomutt/smime.rc +drwxr-xr-x root/root usr/share/neomutt/vim-keys/ +-rw-r--r-- root/root usr/share/neomutt/vim-keys/README.md +-rw-r--r-- root/root usr/share/neomutt/vim-keys/vim-keys.rc diff --git a/neomutt/abuild b/neomutt/abuild new file mode 100644 index 00000000..fd8fb22c --- /dev/null +++ b/neomutt/abuild @@ -0,0 +1,5 @@ +name=neomutt +version=20260504 +release=1 +source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz" +build_opt="--ssl --doc=0" diff --git a/neomutt/depends b/neomutt/depends new file mode 100644 index 00000000..4ec7b427 --- /dev/null +++ b/neomutt/depends @@ -0,0 +1,2 @@ +libidn2 +ncurses |