summary refs log tree commit diff
path: root/pkgs/servers/invidious/videojs.sh
blob: 31609db14eb3b18b47f8444492401402517be41e (plain) (blame)
1
2
3
4
5
6
7
8
9
source $stdenv/setup

unpackPhase
cd source
# this helper downloads the videojs files and checks their checksums
# against videojs-dependencies.yml so it should be pure
crystal run scripts/fetch-player-dependencies.cr -- --minified
rm -f assets/videojs/.gitignore
mv assets/videojs "$out"