summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordadav2024-01-10 21:43:30 +0100
committerdadav2024-01-10 21:43:30 +0100
commitbfab116f072ec29a7094b3c5b37b7e261fa6ad07 (patch)
tree79b53f086fd5a9b1ace65366878101b0e09caf38 /PKGBUILD
downloadaur-bfab116f072ec29a7094b3c5b37b7e261fa6ad07.tar.gz
feat: initial release (1.8.5)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ac4e811e51ec
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: dadav <33197631+dadav@users.noreply.github.com>
+pkgname=go2rtc
+pkgver=1.8.5
+pkgrel=1
+pkgdesc="Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc."
+arch=('x86_64')
+url="https://github.com/AlexxIT/go2rtc"
+license=('MIT')
+source=("https://github.com/AlexxIT/go2rtc/releases/download/v${pkgver}/go2rtc_linux_amd64")
+sha256sums=('a10b03ee68e4502933eaf2c1cda871a9e5b1080fd775a85115ee6c15a5fcde1d')
+
+package() {
+ install -D -m755 "$srcdir"/go2rtc_linux_amd64 "$pkgdir/usr/bin/go2rtc"
+}