new package: scrot (#440)

This commit is contained in:
marcusz 2021-09-26 16:31:30 +08:00 committed by Yaksh Bariya
parent a1f4ba5038
commit 23f72eb2bd
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/dreamer/scrot
TERMUX_PKG_DESCRIPTION="Simple command-line screenshot utility for X"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.10.0
TERMUX_PKG_SRCURL="https://github.com/dreamer/scrot/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=c5f6b1adcd235c5e4368658593eef310385b95fc1a76b68ef6d633ad24800135
TERMUX_PKG_DEPENDS="imlib2, libxfixes, libx11"