mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/shinobi-git to r2106.a2faa40-1
This commit is contained in:
parent
74eab69947
commit
18f033cb17
4 changed files with 21 additions and 20 deletions
|
@ -3,28 +3,29 @@
|
||||||
|
|
||||||
buildarch=28
|
buildarch=28
|
||||||
|
|
||||||
pkgname="shinobi-git"
|
pkgname=shinobi-git
|
||||||
pkgver=r2075.e89ad75
|
pkgver=r2106.a2faa40
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The Open Source CCTV and NVR Solution"
|
pkgdesc="The Open Source CCTV and NVR Solution"
|
||||||
url="https://shinobi.video/"
|
url="https://shinobi.video/"
|
||||||
license=(custom) # not free for commercial use
|
license=(custom) # not free for commercial use
|
||||||
arch=(any)
|
arch=(any)
|
||||||
provides=(shinobi)
|
provides=(shinobi)
|
||||||
depends=(ffmpeg-shinobi mariadb nodejs)
|
depends=(ffmpeg mariadb nodejs)
|
||||||
makedepends=(npm git)
|
makedepends=(npm git)
|
||||||
source=("git+https://gitlab.com/Shinobi-Systems/Shinobi.git#branch=dev"
|
optdepends=('ffmpeg-shinobi: if high CPU usage is seen using ffmpeg')
|
||||||
"shinobi-camera.service"
|
source=(git+https://gitlab.com/Shinobi-Systems/Shinobi.git#branch=dev
|
||||||
"shinobi-cron.service"
|
shinobi-camera.service
|
||||||
"shinobi.target"
|
shinobi-cron.service
|
||||||
"shinobi.sysusers"
|
shinobi.target
|
||||||
"shinobi.tmpfiles"
|
shinobi.sysusers
|
||||||
"conf.json"
|
shinobi.tmpfiles
|
||||||
"super.json")
|
conf.json
|
||||||
|
super.json)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'59b51fe6cb3dc5e7e01401b20a1a7e51f649a7fd2292ff1d2d88df2cbdff9d5b'
|
'da346d9858dafb1a42dd43153d26763de05bc7cdabb5563b979ca62d2cc51ce3'
|
||||||
'9794abc97379e84fc688977e6d675d607c1136dda8a428e6c5aa8a9cfac8029c'
|
'adacf7a3ec970e6d5c5d8c339f56bdce3720b952ab7278f31d70a294fd0b5bdd'
|
||||||
'60cb5660061fccae12a8ffaf4b1ee2960ab4dc8106b4b95419274a359cd9cd22'
|
'676111c7502ed43671ac5a4451ee0f89913de1c4b4f1e2120cd5c4b89e842757'
|
||||||
'e7c849bfcf8619a093ec75467cf5e44b34cd3621fa0d639bfacf4c88e0bad258'
|
'e7c849bfcf8619a093ec75467cf5e44b34cd3621fa0d639bfacf4c88e0bad258'
|
||||||
'a0213eb276dfd468ed835cccceece75da92141716afa4c2426e20a06f64b5625'
|
'a0213eb276dfd468ed835cccceece75da92141716afa4c2426e20a06f64b5625'
|
||||||
'45c64bdaf8e7c99f14a8467fc3c996fefdaab8c100c9f28f03054c248f62a7d3'
|
'45c64bdaf8e7c99f14a8467fc3c996fefdaab8c100c9f28f03054c248f62a7d3'
|
||||||
|
@ -34,13 +35,13 @@ install=shinobi.install
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
|
|
||||||
pkgver(){
|
pkgver(){
|
||||||
cd "Shinobi"
|
cd Shinobi
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
|
||||||
package(){
|
package(){
|
||||||
# no /usr/bin, just systemd files
|
# no /usr/bin, just systemd files
|
||||||
cd "Shinobi"
|
cd Shinobi
|
||||||
# program files
|
# program files
|
||||||
npm install --user root
|
npm install --user root
|
||||||
install -d "$pkgdir/usr/share/shinobi"
|
install -d "$pkgdir/usr/share/shinobi"
|
||||||
|
@ -58,7 +59,7 @@ package(){
|
||||||
install -D -m 644 "$srcdir/shinobi.sysusers" "$pkgdir/usr/lib/sysusers.d/shinobi.conf"
|
install -D -m 644 "$srcdir/shinobi.sysusers" "$pkgdir/usr/lib/sysusers.d/shinobi.conf"
|
||||||
install -D -m 644 "$srcdir/shinobi.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/shinobi.conf"
|
install -D -m 644 "$srcdir/shinobi.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/shinobi.conf"
|
||||||
# custom license
|
# custom license
|
||||||
install -D -m 644 "LICENSE.md" "$pkgdir/usr/share/licenses/shinobi/LICENSE"
|
install -D -m 644 LICENSE.md "$pkgdir/usr/share/licenses/shinobi/LICENSE"
|
||||||
# version.json is used by the web server
|
# version.json is used by the web server
|
||||||
echo '{"Product" : "Shinobi Professional (Pro)" , "Branch" : "master" , "Version" : "'"$(git rev-parse HEAD)"'" , "Date" : "'"$(date)"'" , "Repository" : "https://gitlab.com/Shinobi-Systems/Shinobi"}' > "$pkgdir/usr/share/shinobi/version.json"
|
echo '{"Product" : "Shinobi Professional (Pro)" , "Branch" : "master" , "Version" : "'"$(git rev-parse HEAD)"'" , "Date" : "'"$(date)"'" , "Repository" : "https://gitlab.com/Shinobi-Systems/Shinobi"}' > "$pkgdir/usr/share/shinobi/version.json"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Shinobi server component
|
Description=Shinobi server component
|
||||||
After=network.target
|
After=network-online.target
|
||||||
PartOf=shinobi.target
|
PartOf=shinobi.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Shinobi cleanup component
|
Description=Shinobi cleanup component
|
||||||
After=network.target
|
After=network-online.target
|
||||||
PartOf=shinobi.target
|
PartOf=shinobi.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Shinobi Open Source CCTV and NVR Solution
|
Description=Shinobi Open Source CCTV and NVR Solution
|
||||||
After=network.target
|
After=network-online.target
|
||||||
Wants=shinobi-camera.service shinobi-cron.service
|
Wants=shinobi-camera.service shinobi-cron.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue