Initial commit - PKGBUILD may not work yet; gonna keep updating PKGBUILD and Makefile until they work

This commit is contained in:
askiiart 2024-09-26 12:19:49 -05:00
commit cf7c08a470
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
6 changed files with 715 additions and 0 deletions

7
Makefile Executable file
View file

@ -0,0 +1,7 @@
# Makefile for mnt-and-sway
PREFIX=/usr
install:
cp ./mnt-and-sway $(PREFIX)/bin/
chmod 755 $(PREFIX)/bin/mnt-and-sway
cp ./mnt-and-sway.desktop $(PREFIX)/share/wayland-sessions/
chmod 644 $(PREFIX)/share/wayland-sessions/mnt-and-sway.desktop