diff options
| author | emmett1 <me@emmett1.my> | 2026-05-26 00:26:18 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-26 00:26:18 +0800 |
| commit | 4924ecfb94904195c1deb044d87444389d1a0d1c (patch) | |
| tree | 673084057556016b85f522030cf0e452629c7e11 | |
| parent | 389ed97b63b4286b0f93f52c855cbcd8c5839e56 (diff) | |
| download | alicelinux-4924ecfb94904195c1deb044d87444389d1a0d1c.tar.gz alicelinux-4924ecfb94904195c1deb044d87444389d1a0d1c.zip | |
neomutt: new added
| -rw-r--r-- | repos/extra/neomutt/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/neomutt/.files | 42 | ||||
| -rw-r--r-- | repos/extra/neomutt/abuild | 5 | ||||
| -rw-r--r-- | repos/extra/neomutt/depends | 2 |
4 files changed, 50 insertions, 0 deletions
diff --git a/repos/extra/neomutt/.checksum b/repos/extra/neomutt/.checksum new file mode 100644 index 00000000..c5a1593e --- /dev/null +++ b/repos/extra/neomutt/.checksum @@ -0,0 +1 @@ +d378d0e96b80daa2881e943fdca66a78df69bb73fe1c9c11c4aa47a309175b67 neomutt-20260504.tar.gz diff --git a/repos/extra/neomutt/.files b/repos/extra/neomutt/.files new file mode 100644 index 00000000..72e49f57 --- /dev/null +++ b/repos/extra/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/repos/extra/neomutt/abuild b/repos/extra/neomutt/abuild new file mode 100644 index 00000000..fd8fb22c --- /dev/null +++ b/repos/extra/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/repos/extra/neomutt/depends b/repos/extra/neomutt/depends new file mode 100644 index 00000000..4ec7b427 --- /dev/null +++ b/repos/extra/neomutt/depends @@ -0,0 +1,2 @@ +libidn2 +ncurses |