first commit
This commit is contained in:
14
src/i3/pkg.sh
Normal file
14
src/i3/pkg.sh
Normal file
@ -0,0 +1,14 @@
|
||||
NAME="i3"
|
||||
DESC="i3 window manager"
|
||||
VERSION="1"
|
||||
FILES=()
|
||||
HASHES=()
|
||||
DEPENDS=(
|
||||
"i3wm" "i3status" "i3blocks"
|
||||
)
|
||||
|
||||
PACKAGE() {
|
||||
echo This is just a wrapper package, nothing to do
|
||||
mkdir -pv "$ROOTDIR/var/lib/wrapperpkg"
|
||||
touch "$ROOTDIR/var/lib/wrapperpkg/mp-i3"
|
||||
}
|
Reference in New Issue
Block a user