mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
f7feded8d3
Should fix some of the problems as listed on https://repology.org/repository/termux/problems
17 lines
700 B
Bash
17 lines
700 B
Bash
TERMUX_PKG_HOMEPAGE=https://libcec.pulse-eight.com/
|
|
TERMUX_PKG_DESCRIPTION="Provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=6.0.2
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/Pulse-Eight/libcec/archive/libcec-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
|
|
TERMUX_PKG_DEPENDS="libc++, libp8-platform"
|
|
|
|
termux_step_post_make_install() {
|
|
install -Dm600 -t $TERMUX_PREFIX/share/man/man1 \
|
|
$TERMUX_PKG_SRCDIR/debian/cec-client.1
|
|
}
|