diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-29 09:22:36 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-29 09:22:36 -0700 |
| commit | d93163f2c28bef5b4a1656ed1cf6305c0eaec067 (patch) | |
| tree | 91b4e04e3ac316ecfd15510956e86bef689cccb7 | |
| parent | doc: update README with instruction for installing (diff) | |
| download | x-d93163f2c28bef5b4a1656ed1cf6305c0eaec067.tar.gz | |
prepare the migration
Diffstat (limited to '')
| -rw-r--r-- | LICENSE.txt | 20 | ||||
| -rw-r--r-- | Makefile | 12 | ||||
| -rw-r--r-- | cmd/mpd-scrobbler/README.org (renamed from README.org) | 0 | ||||
| -rw-r--r-- | go.mod | 9 | ||||
| -rw-r--r-- | go.sum | 6 |
5 files changed, 0 insertions, 47 deletions
diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index e614d87..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2021 Franck Cuny - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Makefile b/Makefile deleted file mode 100644 index 0edb9dd..0000000 --- a/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -GO_INSTALL_ARGS := -trimpath - -.PHONY: install - -install: - @go install $(GO_INSTALL_ARGS) ./cmd/mpd-scrobbler - @install -m 0644 systemd/mpd-scrobbler.service $(HOME)/.config/systemd/user/ - @echo "reloading systemd" - @systemctl --user daemon-reload - @echo "starting the unit" - @systemctl --user restart mpd-scrobbler - @systemctl --user status mpd-scrobbler diff --git a/README.org b/cmd/mpd-scrobbler/README.org index 8c0a7d9..8c0a7d9 100644 --- a/README.org +++ b/cmd/mpd-scrobbler/README.org @@ -1,9 +0,0 @@ -module golang.fcuny.net/mpd-stats - -go 1.17 - -require ( - github.com/fhs/gompd/v2 v2.2.0 - github.com/google/uuid v1.3.0 - github.com/mattn/go-sqlite3 v1.14.8 -) @@ -1,6 +0,0 @@ -github.com/fhs/gompd/v2 v2.2.0 h1:zdSYAAOzQ5cCCgYa5CoXkL0Vr0Cqb/b5JmTobirLc90= -github.com/fhs/gompd/v2 v2.2.0/go.mod h1:nNdZtcpD5VpmzZbRl5rV6RhxeMmAWTxEsSIMBkmMIy4= -github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= -github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/mattn/go-sqlite3 v1.14.8 h1:gDp86IdQsN/xWjIEmr9MF6o9mpksUgh0fu+9ByFxzIU= -github.com/mattn/go-sqlite3 v1.14.8/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= |
