mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
run-mailcap: remove mailcap.1
It's mailcap.5, but it's useful enough to be put in a more common package (mime-types)
This commit is contained in:
parent
d7bb6576ba
commit
f81494c5e4
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'run-mailcap'
|
||||
pkgname=run-mailcap
|
||||
version=3.70
|
||||
revision=1
|
||||
depends="perl"
|
||||
revision=2
|
||||
depends="perl mime-types"
|
||||
short_desc="Execute programs via entries in the mailcap file"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
license="custom:ad-hoc, custom:Bellcore"
|
||||
homepage="https://packages.ubuntu.com/hirsute/mailcap"
|
||||
distfiles="${UBUNTU_SITE}/main/m/mailcap/mailcap_${version}ubuntu1.tar.xz"
|
||||
checksum=a1b4ddff6781ddf6a335565b5dc3da55437a6f97d30465e4d49d21684133add2
|
||||
license="Public Domain, custom:Bellcore"
|
||||
homepage="https://tracker.debian.org/pkg/mailcap"
|
||||
distfiles="${DEBIAN_SITE}/main/m/mailcap/mailcap_${version}+nmu1.tar.xz"
|
||||
checksum=fd6a08710c54262e3f3907a6a0d2f12be9a34ca083dc569e3590291e60b5290e
|
||||
|
||||
do_install() {
|
||||
local _aliases="see edit compose print"
|
||||
|
||||
vbin run-mailcap
|
||||
vman run-mailcap.man run-mailcap.1
|
||||
vman mailcap.man mailcap.1
|
||||
vlicense debian/copyright
|
||||
cd ${DESTDIR}/usr/bin
|
||||
for a in ${_aliases}; do
|
||||
|
|
Loading…
Add table
Reference in a new issue