Pkgfile 442 B

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