streamlink: add directory for post-install

This commit is contained in:
Danny Rawlins 2019-03-02 15:56:07 +11:00
parent ace640f448
commit aefbe32c92
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ssl/
drwxr-xr-x root/root etc/ssl/certs/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/streamlink

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/JwA6jYuSqVuHlnGmn6an6KsxBZpXKcKh1vqHiX7gn1/Re1TaAlGKDNE12mCQrvQzaWxABmfNAY/7EwH3LqKgk=
SHA256 (Pkgfile) = 2a6323ba8ace391f91e4b93b9c47753c565f420131a9b444fb3f07c6950979ae
SHA256 (.footprint) = 2be634034d730f0174723dd0902bbf35dd8e130df579c4b427729a95f207b9d6
RWSagIOpLGJF30/7567rlATZe1j4vjxoT0NxCPcRwbecPitGVMbyIGaK1Kyg9R/yAAkQ+p8UrA6OKFat1NOcYRJnHmcORVg1QQA=
SHA256 (Pkgfile) = 567dd7ea9c6367eb7cf9becf5915bd960eda3bb4fb84feb3726d4dd49861634b
SHA256 (.footprint) = 583ab62a5692576eb964335f7e27baf3e27664fe11223a0d15139a13d8259a35
SHA256 (streamlink-0.14.2.tar.gz) = a8c7f9a758ade056a35d439f78408e9e43ce1069dde9289d322702d35c214150

View File

@ -5,11 +5,13 @@
name=streamlink
version=0.14.2
release=1
release=2
source=(https://files.pythonhosted.org/packages/source/${name:0:1}/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
install -d $PKG/etc/ssl/certs/
}