mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
538 B
Makefile
12 lines
538 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||
|
||
PKG_NAME="atvclient"
|
||
PKG_VERSION="0263b0a"
|
||
PKG_SHA256="9f741cf36655736ef578eaaca615fd9ce10e290f956cebcff3316d77152f0761"
|
||
PKG_LICENSE="GPL"
|
||
PKG_SITE="http://github.com/Evinyatar/atvclient/wiki"
|
||
PKG_URL="https://github.com/Evinyatar/atvclient/archive/$PKG_VERSION.tar.gz"
|
||
PKG_DEPENDS_TARGET="toolchain libusb-compat"
|
||
PKG_LONGDESC="A background application for Linux that reads input from the AppleTV’s internal infra-red receiver."
|