nyaasearch: add script for searching nyaa.si with w3m

This commit is contained in:
Lucas 2021-03-12 00:10:37 +00:00
parent 2a35d39180
commit 02faa7d7bb
2 changed files with 39 additions and 2 deletions

View file

@ -10,15 +10,20 @@
# <http://creativecommons.org/publicdomain/zero/1.0/>.
.POSIX:
.SUFFIXES:
.SUFFIXES: .sh .c
.SUFFIXES: .sh .c .pl
PREFIX = $(HOME)
MANPREFIX = $(PREFIX)/local
BIN = ZZZ browser credentials fetch flac2ogg imgresize invidious \
plumb pstsrv rfcopen screenshot sekrit w3m-copy-link
nyaasearch plumb pstsrv rfcopen screenshot sekrit \
w3m-copy-link
MAN1 = sekrit.1
BROWSER_LINKS = tor-browser
.pl:
cp -f $< $@
chmod +x $@
all: $(BIN)
clean: