Initial commit - PKGBUILD may not work yet; gonna keep updating PKGBUILD and Makefile until they work
This commit is contained in:
commit
cf7c08a470
6 changed files with 715 additions and 0 deletions
7
Makefile
Executable file
7
Makefile
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue