diff options
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | radio.stations | 14 |
2 files changed, 19 insertions, 5 deletions
diff --git a/Makefile b/Makefile index 66e6c52..bea747e 100644 --- a/Makefile +++ b/Makefile | |||
@@ -10,16 +10,16 @@ help: | |||
10 | @echo "Licensed under the Fair License; see COPYING for details." | 10 | @echo "Licensed under the Fair License; see COPYING for details." |
11 | @echo | 11 | @echo |
12 | @echo "TARGETS:" | 12 | @echo "TARGETS:" |
13 | @echo " install Install radio to $(DESTDIR)$(PREFIX)/radio." | 13 | @echo " install Install radio to $(DESTDIR)$(PREFIX)/bin/radio." |
14 | @echo " An example configuration is at $(DESTDIR)$(PREFIX)/share/radio/stations." | 14 | @echo " An example configuration is at $(DESTDIR)$(PREFIX)/share/radio/stations." |
15 | @echo " uninstall Uninstall radio-related files." | 15 | @echo " uninstall Uninstall radio-related files." |
16 | 16 | ||
17 | .PHONY: install | 17 | .PHONY: install |
18 | install: radio radio.stations | 18 | install: radio radio.stations |
19 | install -D radio $(PREFIX)/bin/radio | 19 | install -D radio $(DESTDIR)$(PREFIX)/bin/radio |
20 | install -D radio.stations $(PREFIX)/share/radio/stations | 20 | install -D radio.stations $(DESTDIR)$(PREFIX)/share/radio/stations |
21 | 21 | ||
22 | .PHONY: uninstall | 22 | .PHONY: uninstall |
23 | uninstall: | 23 | uninstall: |
24 | rm $(PREFIX)/bin/radio | 24 | rm $(DESTDIR)$(PREFIX)/bin/radio |
25 | rm -r $(PREFIX)/share/radio/ | 25 | rm -r $(DESTDIR)$(PREFIX)/share/radio/ |
diff --git a/radio.stations b/radio.stations new file mode 100644 index 0000000..997dc5b --- /dev/null +++ b/radio.stations | |||
@@ -0,0 +1,14 @@ | |||
1 | URL Description Tags | ||
2 | https://somafm.com/synphaera256.pls Synphaera soma | ||
3 | https://somafm.com/bagel.pls BAGel Radio soma | ||
4 | https://somafm.com/bootliquor320.pls Boot Liquor soma | ||
5 | https://somafm.com/deepspaceone.pls Deep Space One soma | ||
6 | https://somafm.com/fluid.pls Fluid soma | ||
7 | https://somafm.com/u80s256.pls Underground 80s soma | ||
8 | https://azuracast.tilderadio.org/radio/8000/radio.ogg tilderadio friends | ||
9 | https://s2.radio.co/s2b2b68744/listen BadRadio: 24/7 PHONK phonk | ||
10 | http://radio.plaza.one/opus Nightwave Plaza vaporwave | ||
11 | https://www.scenesat.com/listen/normal/mid.m3u SceneSat demoscene | ||
12 | http://nectarine.ers35.net:8000/necta192.mp3 Nectarine demoscene | ||
13 | https://kexp-mp3-128.streamguys1.com/kexp128.mp3 KEXP fm college | ||
14 | https://rainwave.cc/tune_in/5.ogg.m3u Rainwave chiptune videogame | ||