mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
www-misc/wyebadblock: new package, add 1.0.0
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
1
www-misc/wyebadblock/Manifest
Normal file
1
www-misc/wyebadblock/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST wyebadblock-1.0.0.tar.gz 28549 BLAKE2B e1b8d3df1e042452d27eac2af6bfe4c6a7ab92a1f88697a3a7efadb6f011d662e9867ed0071beb2fdb8d33236afcecd0087818b1eb107ce5abcf138667fdde3a SHA512 ee3f37bc6c08941196e8ad88bbe8922d38e9d27d7f989587e60356faee352c6a3615f8cc5e36c42f800f00ee4f37bab8ebce2d17edf2e9c6b22857147a9377ab
|
||||||
20
www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
Normal file
20
www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="An adblock extension for wyeb, also webkit2gtk browsers."
|
||||||
|
HOMEPAGE="https://github.com/jun7/wyebadblock"
|
||||||
|
SRC_URI="https://github.com/jun7/wyebadblock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
net-libs/webkit-gtk:4
|
||||||
|
dev-libs/glib:2
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
Reference in New Issue
Block a user