Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions media-gfx/escrotum/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DIST escrotum-0.2.1.tar.gz 16658 BLAKE2B 0a6b713f852b86ce2af2b8ba96c9a348957fd33c1efc92f4bec8c88ac83cc3b01fcd7f79d12ea4a0974e6938cd4486f08e28ce2066472d93e7b0b47c1ebacf88 SHA512 507a8100400431592d3a04ca78964ce3771468e0d237ac3a33d7e38a1f2cae49a9a61d2e82fef4d28a87bb1fb533e435768242e08d2301ded07772100e5822c4
EBUILD escrotum-0.2.1.ebuild 468 BLAKE2B 6d90f4a24fa2c96964d952e768185eda5eac48e5580362227e8f180976ccbfada57aaed7ca172daaa0af4116ca17f692d74b47f6ec72e4871fd49a26891387ba SHA512 f4b804f59777bac31ddf6ffe158bf38c0fcaf8a5797b036f1013a65fbb75c7de4878ab1f9dd6a827f0aee284a252c2f5322a55573594022e681a1adb6a87dd5b
20 changes: 20 additions & 0 deletions media-gfx/escrotum/escrotum-0.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=(python2_7)

inherit distutils-r1

DESCRIPTION="Linux screen capture using pygtk inspired by scrot"
HOMEPAGE="https://github.com/Roger/escrotum"
SRC_URI="https://github.com/Roger/escrotum/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"

LICENSE="GPL3"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]"