You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
466 B
24 lines
466 B
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=0
|
|
|
|
DESCRIPTION="Biabam is a small commandline tool for sending mail attachments"
|
|
HOMEPAGE="http://www.mmj.dk/biabam/"
|
|
SRC_URI="http://www.mmj.dk/biabam/${P}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="app-arch/sharutils
|
|
app-shells/bash
|
|
sys-apps/file
|
|
virtual/mta"
|
|
|
|
src_install() {
|
|
dodoc COPYING README
|
|
dobin biabam
|
|
}
|