logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6637dda00b25457be71f1c78aa805db9ab9477b5
parent 6cca4bce9020ca993a99003309d070efc91f9af3
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 29 Nov 2020 21:36:27 -0800

youtube-dl: Install man page

Diffstat:

Mpkg/youtube-dl/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/youtube-dl/gen.lua b/pkg/youtube-dl/gen.lua @@ -2,5 +2,6 @@ file('bin/youtube-dl', '755', '$srcdir/bin/youtube-dl') for f in iterlines('pylibs.txt') do file('lib/python3.9/'..f, '644', '$srcdir/'..f) end +man{'youtube-dl.1'} fetch 'curl'