mirror of
https://github.com/badaix/snapcast
synced 2025-04-25 22:01:07 +02:00
6 lines
334 B
Markdown
6 lines
334 B
Markdown
install:
|
|
echo macOS
|
|
install -s -g wheel -o root $(BIN) $(TARGET_DIR)/local/bin/$(BIN)
|
|
install -g wheel -o root $(BIN).1 $(TARGET_DIR)/local/share/man/man1/$(BIN).1
|
|
install -g wheel -o root etc/$(BIN).plist /Library/LaunchAgents/de.badaix.snapcast.$(BIN).plist
|
|
launchctl load /Library/LaunchAgents/de.badaix.snapcast.$(BIN).plist
|