forked from pawhite/Commercialcut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.sh
39 lines (26 loc) · 787 Bytes
/
package.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/csh
set path = ($path /usr/local/bin)
cd /
pkg install -y git
pkg install -y bash
pkg install -y argtable
pkg install -y autoconf
pkg install -y automake
pkg install -y libtool
pkg install -y ffmpeg
echo y | pkg set -o devel/pkg-config:devel/pkgconf
echo y | pkg install -f devel/pkgconf
setenv CC clang
/usr/local/bin/git clone https://github.com/erikkaashoek/Comskip
/usr/local/bin/git clone https://github.com/BrettSheleski/comchap
cd /Comskip
./autogen.sh
./configure
make install
fetch https://raw.githubusercontent.com/pawhite/Commercialcut/master/comskip.ini
ln -sf /comchap/comcut /usr/local/bin
ln -sf /comchap/comchap /usr/local/bin
cd /
mkdir /media/ts_archive
fetch https://raw.githubusercontent.com/pawhite/Commercialcut/master/post.sh
chmod +x /post.sh