Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-mutt
https://github.com/pkgstore-old/linux-rpm-mutt
linux mutt pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-mutt
- Owner: pkgstore-old
- License: other
- Created: 2021-06-20T20:11:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T07:55:01.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:35.910Z (11 months ago)
- Topics: linux, mutt, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Language: Shell
- Size: 17.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mutt
**Mutt** is a text-based email client for Unix-like systems. It was originally written by Michael Elkins in 1995 and released under the GNU General Public License version 2 or any later version.
The Mutt slogan is "All mail clients suck. This one just sucks less."
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/mutt
$ dnf install -y mutt
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y mutt
```## Remove
```
$ dnf erase -y mutt
$ dnf copr remove pkgstore/mutt
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/mutt).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/mutt) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.