kiss-nihal

personal KISS Linux package repo
git clone git://git.nihaljere.xyz/kiss-nihal
Log | Files | Refs | Submodules

commit 70a89ef782910127951fa8d692df46daecd71dfa
parent ac88ce57f7d5eebef58d73ae9b53d2f8d2813690
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue, 31 Aug 2021 14:07:24 -0500

mutt: new package

Diffstat:
Amutt/build | 13+++++++++++++
Amutt/checksums | 1+
Amutt/depends | 3+++
Amutt/sources | 1+
Amutt/version | 1+
5 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/mutt/build b/mutt/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-pgp \ + --disable-nls + +make +make DESTDIR="$1" install + +rm -f "$1/etc/mime.types" +rm -f "$1/usr/bin/muttbug" diff --git a/mutt/checksums b/mutt/checksums @@ -0,0 +1 @@ +e21d5aec0d3110f89d390929e56a38794a94f5843120d9ff59b21da78fd0004d diff --git a/mutt/depends b/mutt/depends @@ -0,0 +1,3 @@ +ncurses +perl make +zlib diff --git a/mutt/sources b/mutt/sources @@ -0,0 +1 @@ +https://bitbucket.org/mutt/mutt/downloads/mutt-2.0.5.tar.gz diff --git a/mutt/version b/mutt/version @@ -0,0 +1 @@ +2.0.5 1