diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-03 23:16:43 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-04 00:50:33 +0200 |
| commit | b82bfa065f7615588961eaac4c9e4fbe997199b3 (patch) | |
| tree | aaaa6d6ef310ef51509a2ccc1c05df1adea1941d /Makefile | |
| parent | 39ce2f56f36c3cf256a98c8f4d218d39df6736e6 (diff) | |
| download | matterbridge-b82bfa065f7615588961eaac4c9e4fbe997199b3.tar.gz matterbridge-b82bfa065f7615588961eaac4c9e4fbe997199b3.tar.bz2 matterbridge-b82bfa065f7615588961eaac4c9e4fbe997199b3.zip | |
Import matterbridge.service from Arch Linux community repository
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,11 +1,18 @@ -.PHONY: all matterbridge +.PHONY: all matterbridge.tar.xz -all: matterbridge +all: matterbridge.tar.xz -matterbridge: - guix pack \ +matterbridge.tar.xz: + rm -f $@ + cp `guix pack \ -L ./ \ - --compression=xz \ --save-provenance -RR \ + --compression=xz \ matterbridge \ - --symlink=/usr/bin/matterbridge=bin/matterbridge \ + --symlink=/usr/bin/matterbridge=bin/matterbridge` $@ + unxz $@ + chmod +x matterbridge.tar + tar -rf matterbridge.tar \ + matterbridge.service \ + --transform="s/^\.\//.\/etc\/systemd\/system\//" + xz -9e -T 2 --verbose matterbridge.tar |
