update
This commit is contained in:
parent
4aa8111f98
commit
c72fb8b625
46 changed files with 361 additions and 47 deletions
|
@ -1,18 +1,19 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.10.4
|
||||
VERSION=0.10.6
|
||||
APP=mautrix-whatsapp
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEBIAN_VERSION_CODENAME=bookworm
|
||||
IMAGE_SIZE=4
|
||||
PACKAGE_DEPENDENCY="debhelper-compat libolm-dev build-essential devscripts golang"
|
||||
PACKAGE_DEPENDENCY="debhelper-compat libolm-dev build-essential devscripts go"
|
||||
|
||||
main(){
|
||||
# echo deb http://deb.debian.org/debian bullseye-backports main > /etc/apt/sources.list.d/backports.list
|
||||
echo deb http://deb.debian.org/debian bookworm-backports main > /etc/apt/sources.list.d/backports.list
|
||||
base_package_upgrade
|
||||
install_package_dependency
|
||||
# apt install -y --no-install-recommends -t bullseye-backports golang
|
||||
# install_go
|
||||
apt install -y --no-install-recommends -t bookworm-backports golang
|
||||
get_git_source
|
||||
makedeb
|
||||
}
|
||||
|
@ -20,6 +21,7 @@ main(){
|
|||
makedeb(){
|
||||
cd /tmp/${APP}/
|
||||
rm /tmp/*.deb
|
||||
# PATH=/usr/local/go/bin:$PATH
|
||||
cp -fr /tmp/src/debian /tmp/${APP}
|
||||
export DEBEMAIL=thomas@lgy.fr
|
||||
dch -v ${VERSION}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue