123456789101112131415 |
- # Description: Muttwizard is a tool that automatically sets up a neomutt-based minimal email system.
- # URL: https://muttwizard.com/
- # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
- # Depends on: isync msmtp gettext password-store
- name=mutt-wizard
- version=3.3.1
- release=1
- source=(https://github.com/LukeSmithxyz/$name/archive/refs/tags/v$version.tar.gz)
- build() {
- cd $name-$version
- make DESTDIR=$PKG PREFIX=/usr install
- }
|