Initial commit - PKGBUILD may not work yet; gonna keep updating PKGBUILD and Makefile until they work
This commit is contained in:
commit
6459c158d9
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=/
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue