summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Shark2021-09-27 22:03:04 +0300
committerAndrew Shark2021-09-27 22:03:04 +0300
commit80e8395698fa32e79116e72e635b848e4604ddf9 (patch)
treeb2c518379f1f323831463e579d79dfe2bcdb1bfc
downloadaur-obs-cli-leafac-bin.tar.gz
v2.2.3-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fc816b78f6cd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = obs-cli-leafac-bin
+ pkgdesc = Remote control OBS from the command line (by leafac, not by muesli)
+ pkgver = 2.2.3
+ pkgrel = 1
+ url = https://github.com/leafac/obs-cli
+ arch = x86_64
+ license = MIT
+ options = !strip
+ source = https://github.com/leafac/obs-cli/releases/download/v2.2.3/obs-cli-linux
+ sha256sums = 3ed69aaf335bcb82dcbed1351a7bb3a05c19ad4b6f22e27f43e40835d04ed435
+
+pkgname = obs-cli-leafac-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3e2b259df356
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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"
+}