summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5959f19c70d0f3779c9d3ea5e5eaee76ed69707a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Marc Ratés druidamix@gmail.com
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=osd-bin
pkgver=0.1.8
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=("6801af878593d639e56bc2b9e4677a0f64a4db0520caaee2e6c41870484d1d5e")

package() {
    install -Dm755 osd -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}