blob: 0e48857d7dbefc5dd684c4dc23e3dc0cc3a24cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Maintainer: cmach_socket <cmach_socket@outlook.com>
pkgname=kazumi-bin
pkgver=1.4.0
pkgrel=1
pkgdesc='基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。'
arch=('x86_64')
url='https://github.com/Predidit/Kazumi'
license=('GPL3')
source_x86_64=("$pkgname-$pkgver.deb::https://github.com/Predidit/Kazumi/releases/download/$pkgver/Kazumi_linux_${pkgver}_amd64.deb")
sha256sums_x86_64=('a26f332ccea8a4dc3cd3240b5fbdc0050a862f238d2d35b3bfb3e9d0de7abca7')
depends=('libayatana-appindicator' 'xdg-user-dirs' 'webkit2gtk-4.1')
options=(!debug)
package() {
bsdtar -xf "$srcdir/data.tar.zst" -C "$pkgdir/"
install -d "${pkgdir}/usr/bin"
ln -s /opt/Kazumi/kazumi "${pkgdir}/usr/bin/"
}
|