13 Commits

Author SHA1 Message Date
koizumi.aoi
d00c9a97c1 Removed build.sr.ht stuff, update Makefile
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@806 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 11:06:12 +00:00
koizumi.aoi
7dd3f69a74 You know the drill
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@805 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 04:54:42 +00:00
koizumi.aoi
cd99ccc1de Drunk as I like
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@804 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 04:45:19 +00:00
koizumi.aoi
56f5116d21 Rename to suika
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/suika/trunk@801 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 03:00:04 +00:00
koizumi.aoi
730917adc3 dev: move contrib/znc-import.go to cmd/soju-znc-import
git-svn-id: file:///srv/svn/repo/suika/trunk@800 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 02:29:26 +00:00
koizumi.aoi
5a4d2f9132 Add -v to $GOFLAGS. Scratch the original module URI with another one.
git-svn-id: file:///srv/svn/repo/suika/trunk@799 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2023-03-21 02:20:07 +00:00
contact
5e54c4b726 makefile: switch to BSD/GNU make
Let's stop using POSIX make, it's too much of a pain.

git-svn-id: file:///srv/svn/repo/suika/trunk@775 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2022-02-08 15:10:19 +00:00
contact
2c0f43286d build: don't clobber config file
Use `test -f` instead of `cp -n`, because the former is POSIX.

References: https://github.com/emersion/soju/pull/32

git-svn-id: file:///srv/svn/repo/suika/trunk@613 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-10-08 07:11:31 +00:00
hubert
06ce9f24b6 Don't build soju when calling "make install"
Otherwise soju would be rebuilt as the user who runs "make install"
(typically root).

git-svn-id: file:///srv/svn/repo/suika/trunk@530 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-05-25 14:31:06 +00:00
yyp
21a44ff840 Makefile: mark soju and sojuctl as .PHONY
Otherwise running `make` didn't do anything on a non-clean state. Go
deals with changed files automatically, and there's no real need to
explicitly specify them.

git-svn-id: file:///srv/svn/repo/suika/trunk@510 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-04-27 17:06:16 +00:00
contact
3922196855 Add default configuration file
git-svn-id: file:///srv/svn/repo/suika/trunk@506 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2021-04-21 14:39:51 +00:00
contact
2e6e091858 Move man page to doc/
git-svn-id: file:///srv/svn/repo/suika/trunk@169 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2020-03-27 18:23:41 +00:00
contact
af3a4050ee Add basic Makefile
git-svn-id: file:///srv/svn/repo/suika/trunk@126 f0ae65fe-ee39-954e-97ec-027ff2717ef4
2020-03-19 14:11:43 +00:00