huh
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
c59a86073c
commit
efee987b5c
11
PKGBUILD
11
PKGBUILD
|
@ -9,8 +9,9 @@ pkgname=nginx-mod-rtmp
|
||||||
pkgver=1.2.1
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
|
||||||
_modname="nginx-rtmp-module"
|
_modname='nginx-rtmp-module'
|
||||||
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
|
|
||||||
|
IFS='/' read -r _ _nginxver < <(/usr/bin/nginx -v)
|
||||||
|
|
||||||
pkgdesc="Module for nginx that adds RTMP support"
|
pkgdesc="Module for nginx that adds RTMP support"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -19,9 +20,9 @@ url="https://github.com/arut/nginx-rtmp-module"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
|
|
||||||
source=(
|
source=(
|
||||||
http://nginx.org/download/nginx-$_nginxver.tar.gz
|
"http://nginx.org/download/nginx-$_nginxver.tar.gz"
|
||||||
http://nginx.org/download/nginx-$_nginxver.tar.gz.asc
|
"http://nginx.org/download/nginx-$_nginxver.tar.gz.asc"
|
||||||
https://github.com/arut/$_modname/archive/v$pkgver.tar.gz
|
"https://github.com/arut/$_modname/archive/v$pkgver.tar.gz"
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
|
Reference in New Issue
Block a user