Update tcell and include tcell database in debian package
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
#!/bin/bash
|
||||
mkdir -p deb/usr/bin/
|
||||
mkdir -p target/
|
||||
|
||||
go build -o deb/usr/bin/gomuks
|
||||
|
||||
go get -u maunium.net/go/tcell
|
||||
mkdir -p deb/usr/share/tcell/
|
||||
rm -rf deb/usr/share/tcell/database
|
||||
cp -r $GOPATH/src/maunium.net/go/tcell/terminfo/database deb/usr/share/tcell
|
||||
|
||||
version=$(cat deb/DEBIAN/control | grep Version | awk '{ print $2 }')
|
||||
dpkg-deb --build deb target/gomuks-$version.deb
|
||||
|
Reference in New Issue
Block a user