ports/contrib (3.4): streamlink: add directory for post-install
commit aefbe32c9255723648037cafd01ff5132f75e144 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Mar 2 15:56:07 2019 +1100 streamlink: add directory for post-install diff --git a/streamlink/.footprint b/streamlink/.footprint index 73b0a01a..e0c2b867 100644 --- a/streamlink/.footprint +++ b/streamlink/.footprint @@ -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 diff --git a/streamlink/.signature b/streamlink/.signature index 3e5ef5d4..b6de093e 100644 --- a/streamlink/.signature +++ b/streamlink/.signature @@ -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 diff --git a/streamlink/Pkgfile b/streamlink/Pkgfile index 9cc8385f..7e3485eb 100644 --- a/streamlink/Pkgfile +++ b/streamlink/Pkgfile @@ -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/ }
participants (1)
-
crux@crux.nu