pushpin: Bump to 1.39.1
Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
46
net-misc/pushpin/pushpin-1.39.1.ebuild
Normal file
46
net-misc/pushpin/pushpin-1.39.1.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cargo systemd
|
||||
|
||||
DESCRIPTION="Reverse proxy for realtime web services"
|
||||
HOMEPAGE="https://pushpin.org/"
|
||||
SRC_URI="https://github.com/fastly/pushpin/releases/download/v${PV}/${P}.tar.bz2"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
acct-group/pushpin
|
||||
acct-user/pushpin
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qttest:5
|
||||
net-libs/zeromq
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
dodoc README.md CHANGELOG.md SECURITY.md LICENSE
|
||||
dodoc examples/config/pushpin.conf
|
||||
dodoc examples/config/routes
|
||||
|
||||
newinitd "${FILESDIR}/pushpin.initd" pushpin
|
||||
newconfd "${FILESDIR}/pushpin.initd" pushpin
|
||||
|
||||
systemd_dounit "${FILESDIR}/pushpin.service"
|
||||
|
||||
diropts -m 0750 -o pushpin -g pushpin
|
||||
insinto /etc/pushpin
|
||||
doins examples/config/pushpin.conf
|
||||
doins examples/config/routes
|
||||
doins src/internal.conf
|
||||
|
||||
keepdir /var/lib/pushpin
|
||||
keepdir /var/log/pushpin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user