forked from colonelpanic/dotfiles
[XMonad] Add build script
This commit is contained in:
9
dotfiles/xmonad/build
Executable file
9
dotfiles/xmonad/build
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SRC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
EXE_NAME=imalison-xmonad
|
||||
output_file=$1; shift
|
||||
|
||||
stack build
|
||||
cp -uf $(stack path --local-install-root)/bin/$EXE_NAME $output_file
|
Reference in New Issue
Block a user