go-gui-toolkits/build

19 lines
517 B
Plaintext
Raw Normal View History

2024-02-12 07:47:00 -06:00
#!/bin/bash -x
make -C ../../toolkits/nocui
make -C ../../toolkits/gocui
make -C ../../toolkits/andlabs
2024-02-21 20:56:10 -06:00
make -C ../../toolkits/pixelgl
2024-02-12 07:47:00 -06:00
mkdir -p files/usr/lib/go-gui
cp ../../toolkits/*.so files/usr/lib/go-gui/
2024-02-23 14:22:13 -06:00
# add the sources list file here until
# there is a seperate package for this
mkdir -p files/etc/apt/sources.list.d/
cp resources/wit.list files/etc/apt/sources.list.d/
# add the key for the wit repo
mkdir -p files/etc/apt/trusted.gpg.d/
cp resources/wit-public-key.asc files/etc/apt/trusted.gpg.d/