mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-client/bower: add 1.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST bower-0.12.tar.gz 275436 BLAKE2B 66ea4d0a502f9948bd7af29c6d63bd7c0c382d91a875dbcea4db8a55f457202cb70351fee151a7bc03a7ba1b0a2877cb4db76b0f6b8c38bf30c6072e3a74c9b7 SHA512 efa0ced9ddc13b2df43874acfa90843eef46ae527e2796d1368c234b7cc8c7c0a9b173398a0180b0eee52d94ba339f2b3bc65a91d07a563c320dbc86ae1521c3
|
||||
DIST bower-1.0.tar.gz 291416 BLAKE2B 344533608ce33ce3dc011916045297d36f17b6c51e22261e831e2063bebf0cc73d5d464cc65edc92528384e97a3a8d338212f2371d84a08bb76d3aaa3f5a9a35 SHA512 79bbd9218bd31bc2a8f1bc82b83a6cb21fbd8788cf269e24a98c43e8320f6522b4c04e2563082f81697746e00d006de33d47c96473ddc119cfb9661818774dc4
|
||||
|
||||
38
mail-client/bower/bower-1.0.ebuild
Normal file
38
mail-client/bower/bower-1.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multiprocessing
|
||||
|
||||
DESCRIPTION="Curses terminal client for the Notmuch email system"
|
||||
HOMEPAGE="https://github.com/wangp/bower"
|
||||
SRC_URI="https://github.com/wangp/bower/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
COMMON_DEPEND="app-crypt/gpgme:=
|
||||
sys-libs/ncurses:0="
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-lang/mercury"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
net-mail/notmuch
|
||||
sys-apps/coreutils"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e "s/-lncursesw -lpanelw/$(pkg-config --libs ncursesw panelw)/" \
|
||||
-i src/Mercury.options || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake PARALLEL="--jobs $(makeopts_jobs) --no-strip --very-verbose"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bower
|
||||
dodoc AUTHORS NEWS README.md bower.conf.sample
|
||||
}
|
||||
Reference in New Issue
Block a user