pushpin: Add qttest dependency and fix config installation
Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
@@ -18,6 +18,7 @@ RDEPEND="
|
||||
acct-user/pushpin
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qttest:5
|
||||
net-libs/zeromq
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
@@ -26,6 +27,7 @@ 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
|
||||
@@ -34,7 +36,8 @@ src_install() {
|
||||
|
||||
diropts -m 0750 -o pushpin -g pushpin
|
||||
insinto /etc/pushpin
|
||||
newins examples/config/pushpin.conf pushpin.conf
|
||||
doins examples/config/pushpin.conf
|
||||
doins examples/config/routes
|
||||
|
||||
keepdir /var/lib/pushpin
|
||||
keepdir /var/log/pushpin
|
||||
|
||||
Reference in New Issue
Block a user