mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 19:06:55 +02:00
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
# Contributor: Damian Kurek <starfire24680@gmail.com>
|
|
# Maintainer: Damian Kurek <starfire24680@gmail.com>
|
|
pkgname=kodi-pvr-hts
|
|
pkgver=21.2.6
|
|
_realname=Omega
|
|
pkgrel=0
|
|
pkgdesc="Kodi's Tvheadend HTSP client addon"
|
|
options="!check" # no test suite
|
|
url="https://github.com/kodi-pvr/pvr.hts"
|
|
arch="x86_64 aarch64 armv7" # kodi is available only on these architectures
|
|
license="GPL-2.0-only"
|
|
makedepends="cmake kodi-dev samurai"
|
|
source="$pkgname-$pkgver-$_realname.tar.gz::https://github.com/kodi-pvr/pvr.hts/archive/$pkgver-$_realname.tar.gz
|
|
ctime.patch
|
|
"
|
|
builddir="$srcdir/pvr.hts-$pkgver-$_realname"
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=None \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_MODULE_PATH=/usr/lib/cmake/kodi
|
|
cmake --build build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
c31b1a62a7a4192328273533fd7025fffa27e25d054acf60ce282184599c78ab14b5791c9290ff64cfa2fe8cafc90057f4bb8d4aff1142155e86a75f1b316d44 kodi-pvr-hts-21.2.6-Omega.tar.gz
|
|
e5171f4fd01488e569caff1c4854f99af7201c9eaf5548f636aa0698b45ec062e1004c30bca165e93af9e232ae96875a41bc84f8cfc6a95ee2b8ce1085baa4c7 ctime.patch
|
|
"
|