summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e2b259df35681b8086f3cd4e52da4686a6d0bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Andrew Shark <ashark @ at @ linuxcomp.ru>

pkgname=obs-cli-leafac-bin
pkgver=2.2.3
pkgrel=1
pkgdesc='Remote control OBS from the command line (by leafac, not by muesli)'
arch=(x86_64)
url="https://github.com/leafac/obs-cli"
license=(MIT)
options=(!strip)
source=("https://github.com/leafac/obs-cli/releases/download/v2.2.3/obs-cli-linux"
)
sha256sums=('3ed69aaf335bcb82dcbed1351a7bb3a05c19ad4b6f22e27f43e40835d04ed435'
)

package() {
  install -Dm755 obs-cli-linux "$pkgdir/usr/bin/obs-cli-leafac"
}