Add build for building builds
This commit is contained in:
parent
3ccb4d8a3d
commit
7690809c8f
1 changed files with 9 additions and 0 deletions
9
jobs/laminar-config.run
Executable file
9
jobs/laminar-config.run
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
# -*- mode: scheme; -*-
|
||||
IFS=" "
|
||||
exec scsh -e main -s "$0" "$@"
|
||||
!#
|
||||
(define (main args)
|
||||
(run (git clone --depth 1 https://code.ryuslash.org/ryuslash/laminar-config.git))
|
||||
(with-cwd "laminar-config"
|
||||
(run (makepkg))))
|
Loading…
Reference in a new issue