Initial commit - PKGBUILD may not work yet

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

7
Makefile Executable file
View file

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