summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e3b72f079bf40e87fd83076fb4495f4407c4496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Sauru <sauruuwu at gmail dot com>

pkgname=sai
pkgver=1.2
pkgrel=1
pkgdesc='SAI - MKV Muxing Automator from ASS'
arch=(x86_64)
url=https://github.com/olivo28/SAI
license=(GPL-3.0-or-later)
depends=(mkvtoolnix-cli)
source=(https://github.com/olivo28/SAI/releases/download/$pkgver/sai.rar)
sha256sums=(9e612c2f1a094d3cc947957cab0eae1c98ff79c7ea75cad1bdf7fd77dc79aef4)

package() {
    install -Dm755 "sai" "$pkgdir/usr/bin/sai"
}