Arch / Manjaro PKGBUILD for Gambas GIT

Post your Gambas programming questions here.
Post Reply
User avatar
jornmo
Site Admin
Posts: 224
Joined: Wednesday 21st September 2016 1:19pm
Location: Norway

Arch / Manjaro PKGBUILD for Gambas GIT

Post by jornmo »

Here's my current PKGBUILD for Gambas from GIT.
Gambas-GIT.tar.gz
(6.21 KiB) Downloaded 537 times

You can build it with:
$ makepkg -fs
f=delete old *.tar archives from previous builds
s=install dependencies

then
$ sudo pacman -Udd gambas3-*.tar
There are some dependencies issues I will have to resolve at one point. Until now, -dd (skip dependency tests) works well :)
Post Reply