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 6459c158d9
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=/
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