net-vpn/vpncwatch - 1.8.1 (gentoo)

Search

Install

Install this version:

emerge -a =net-vpn/vpncwatch-1.8.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-vpn/vpncwatch-1.8.1

Or alternatively:

emerge --autounmask-write -a =net-vpn/vpncwatch-1.8.1

Package Information

Description:
Keepalive daemon for vpnc on Linux systems
Homepage:
https://github.com/dcantrell/vpncwatch/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.8.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Keepalive daemon for vpnc on Linux systems"
HOMEPAGE="https://github.com/dcantrell/vpncwatch/"
SRC_URI="https://github.com/dcantrell/vpncwatch/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}"/${PN}-${P}

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="net-vpn/vpnc"

PATCHES=(
	"${FILESDIR}"/${P}-Makefile.patch
)

src_configure() {
	tc-export CC
}

src_install() {
	dobin ${PN}
	einstalldocs
}

Inherited Eclasses

Dependencies

RDEPEND

net-vpn/vpnc

Manifest for 1.8.1

Type File Size Source URLs
DIST vpncwatch-1.8.1.gh.tar.gz 14870 bytes https://github.com/dcantrell/vpncwatch/archive/refs/tags/vpncwatch-1.8.1.tar.gz