Simple MP3-only Music Player; built with Gotk3.
- GTK 3.6-3.22
- GLib 2.36-2.40
- Cairo 1.10
- libasound2
- librsvg2 (build)
- fish (build)
- meson (build)
- fish (build)
- debuild (build)
this project uses go modules, as such it requires go 1.11 minimum.
run debuild --no-sign
in the project root directory. the deb file will be
in the directory above the project root directory.
run meson build; cd build; ninja build; sudo ninja install; cd ..; sudo mv moe.jade.oct2pus.listen /usr/bin
This project is licenced under the GPL 3.0 or later except as noted, the icon comes from fxemoji and is licenced under the MPLv2.
- Gotk3's developers for their excellent (if incomplete) gtk bindings for golang.
- Heisantosh for his useful packaging guide.