diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 23:20:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 23:20:27 +0000 |
commit | 2d428977ccc7d6f19fe7ae239ef730c6ebd16520 (patch) | |
tree | 9bd2bca1831c7482cd1f3a3937db5a84437e4e07 /repo/xi/xipkg.xibuild | |
parent | 89b5a85612b18da918f92570cc54623d73e78b82 (diff) |
added bspwm
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-rw-r--r-- | repo/xi/xipkg.xibuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild index 5cc965d..afe0868 100644 --- a/repo/xi/xipkg.xibuild +++ b/repo/xi/xipkg.xibuild @@ -1,10 +1,12 @@ #!/bin/bash MAKEDEPS=(make) -DEPS=(dash xiutils findutils diffutils sed xichroot) +DEPS=(openssl curl dash xiutils findutils diffutils sed xichroot) +PKG_VER=1.0.1 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git -BRANCH="rewrite" +BRANCH="v$PKG_VER" + DESC="The xilinux package manager" build () { |