# Maintainer: Marc Ratés druidamix@gmail.com # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=osd-bin pkgver=1.0.4 pkgrel=1 pkgdesc="Cli tool for downloading subtitles from opensubtitles.com using the new API" url="https://github.com/druidamix/Opensubtitles-downloader" license=("GPL") arch=("x86_64") provides=("osd") conflicts=("osd") source=("https://github.com/druidamix/Opensubtitles-downloader/releases/download/v$pkgver/osd-$pkgver-x86_64.tar.gz") sha256sums=("5a06a0674dda1decb93de8364b75653753209b8a2fc3e5dd0130d416e9d2bd23") package() { install -Dm755 osd -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }