Commit Graph

9 Commits (b54b84f2b31c4b005bafbfcb29ea9d1b18a4ce28)

Author SHA1 Message Date
sammyette b54b84f2b3
chore: merge from master 2022-12-19 23:02:26 -04:00
sammyette 813354b662
build!: set datadir of hilbish and change default prefix to /usr/local (#221)
BREAKING (ish) CHANGE: Hilbish will by default install to `/usr/local`. To revert this, set `PREFIX="/usr/"`
2022-12-12 21:01:44 -04:00
TorchedSammy 9c8d7692bc
chore: revert "build: apply hilbish datadir to allow changing install path"
This reverts commit 9131c72501.
temporary revert, will have to apply datadir eventually
2022-12-06 10:29:47 -04:00
TorchedSammy 9131c72501
build: apply hilbish datadir to allow changing install path 2022-12-05 23:38:52 -04:00
TorchedSammy 1fd50197a6
build: make goflags overridable 2022-12-05 15:54:31 -04:00
TorchedSammy a9c438b4ea
chore: revert "build: change command to make bindir"
This reverts commit c565233eff.
this wasnt needed, i need to fix the bindir in the spec file
2022-12-05 15:19:17 -04:00
TorchedSammy c565233eff
build: change command to make bindir 2022-12-05 15:12:56 -04:00
TorchedSammy 0db7f96fd7
build: disable cgo in builds 2022-10-10 18:55:03 -04:00
sammy e0694c8862
build!: replace make with task (#171)
* build!: replace make with task

allows easy windows building (besides literally go build)
down the line because getting make on windows is dumb
and even if you do it probably wouldnt work as intended
on there

(i also find task more intuitive for simple things)

* ci: use task in build workflow instead of make

* style: remove whitespace errors in task file

* docs: add task in changelog

* docs: fix link to task

* docs: change message for task notice
2022-07-09 11:44:53 -04:00