mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
net-proxy/byedpi: fix VariableOrderWrong
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
672a932a23
commit
2faf7ff6d7
@ -7,12 +7,11 @@ inherit systemd toolchain-funcs
|
|||||||
|
|
||||||
DESCRIPTION="Bypass DPI SOCKS proxy"
|
DESCRIPTION="Bypass DPI SOCKS proxy"
|
||||||
HOMEPAGE="https://github.com/hufrea/byedpi/"
|
HOMEPAGE="https://github.com/hufrea/byedpi/"
|
||||||
|
|
||||||
SRC_URI="https://github.com/hufrea/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/hufrea/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
@ -31,7 +30,5 @@ src_install() {
|
|||||||
|
|
||||||
newinitd "${FILESDIR}"/byedpi.initd byedpi
|
newinitd "${FILESDIR}"/byedpi.initd byedpi
|
||||||
newconfd "${FILESDIR}"/byedpi.confd byedpi
|
newconfd "${FILESDIR}"/byedpi.confd byedpi
|
||||||
# Replace distributed service file with working one
|
|
||||||
# systemd_dounit dist/linux/byedpi.service
|
|
||||||
systemd_dounit "${FILESDIR}/${PN}.service"
|
systemd_dounit "${FILESDIR}/${PN}.service"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user