aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/adguardhome-docker/adguardhome-docker-0.107.2.ebuild')
-rw-r--r--net-dns/adguardhome-docker/adguardhome-docker-0.107.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-dns/adguardhome-docker/adguardhome-docker-0.107.2.ebuild b/net-dns/adguardhome-docker/adguardhome-docker-0.107.2.ebuild
deleted file mode 100644
index 4532ef4..0000000
--- a/net-dns/adguardhome-docker/adguardhome-docker-0.107.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit eutils systemd
-
-DESCRIPTION="AdGuard Home in a container"
-HOMEPAGE="https://github.com/lmiphay/adguardhome-docker"
-SRC_URI="https://github.com/lmiphay/${PN}/archive/refs/tags/${PVR}.tar.gz"
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- app-containers/docker
- sys-apps/coreutils
- sys-apps/grep
-"
-DEPEND="
-"
-
-DOCS="README.md"
-
-S="${WORKDIR}/${PF}"
-
-src_install() {
- dobin "bin/adguardhome-docker"
-
- newconfd "openrc/adguardhome.conf.d" "adguardhome"
- newinitd "openrc/adguardhome.init.d" "adguardhome"
-
- systemd_dounit "etc/adguardhome.service"
-
- insinto "/etc"
- doins "etc/adguardhome.conf"
-}