Packaging rules and versioning
This commit is contained in:
parent
9ccbcb7f3d
commit
fac264c09f
10
Makefile
10
Makefile
@ -8,9 +8,11 @@ clean:
|
|||||||
dune clean
|
dune clean
|
||||||
|
|
||||||
tgz:
|
tgz:
|
||||||
cp _build/default/cli/cli.exe logarion
|
dune subst
|
||||||
strip logarion
|
dune build
|
||||||
tar czvf "logarion-$(shell date -r _build/default/src/logarion_cli.exe "+%y-%m-%d")-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" share logarion
|
cp _build/default/cli/cli.exe txt
|
||||||
rm logarion
|
strip txt
|
||||||
|
tar czvf "logarion-$(shell date -r _build/default/cli/cli.exe "+%y-%m-%d")-$(shell uname -s)-$(shell uname -m)-$(shell git rev-parse --short HEAD).tar.gz" txt ReadMe
|
||||||
|
rm txt
|
||||||
|
|
||||||
.PHONY: cli
|
.PHONY: cli
|
||||||
|
@ -3,11 +3,13 @@ Logarion is a free and open-source text archive system. A blog-wiki hybrid.
|
|||||||
Download: <https://logarion.orbitalfox.eu/downloads/>
|
Download: <https://logarion.orbitalfox.eu/downloads/>
|
||||||
EUPL licence: <https://joinup.ec.europa.eu/software/page/eupl>
|
EUPL licence: <https://joinup.ec.europa.eu/software/page/eupl>
|
||||||
|
|
||||||
|
|
||||||
Start
|
Start
|
||||||
|
|
||||||
Create a folder and run `logarion init` from within it to produce `.logarion/config` configuration file.
|
Create a folder and run `logarion init` from within it to produce `.logarion/config` configuration file.
|
||||||
Run `logarion --help` for more options.
|
Run `logarion --help` for more options.
|
||||||
|
|
||||||
|
|
||||||
Community & support
|
Community & support
|
||||||
|
|
||||||
* Website: <https://logarion.orbitalfox.eu>
|
* Website: <https://logarion.orbitalfox.eu>
|
||||||
@ -15,11 +17,6 @@ Community & support
|
|||||||
* Discussion: <https://lists.orbitalfox.eu/listinfo/logarion>
|
* Discussion: <https://lists.orbitalfox.eu/listinfo/logarion>
|
||||||
or join via <mailto:logarion-join@lists.orbitalfox.eu>
|
or join via <mailto:logarion-join@lists.orbitalfox.eu>
|
||||||
|
|
||||||
Opam packages
|
|
||||||
|
|
||||||
opam repo add orbifx https://opam.orbitalfox.eu
|
|
||||||
opam install logarion
|
|
||||||
|
|
||||||
|
|
||||||
Install development version
|
Install development version
|
||||||
|
|
@ -1,5 +1,3 @@
|
|||||||
let version = "%%VERSION%%"
|
|
||||||
|
|
||||||
open Logarion
|
open Logarion
|
||||||
module A = Archive.Make (Logarion.File_store)
|
module A = Archive.Make (Logarion.File_store)
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
let version = "%%VERSION%%"
|
|
||||||
|
|
||||||
let http_body fn uri =
|
let http_body fn uri =
|
||||||
let open Lwt in
|
let open Lwt in
|
||||||
let open Cohttp_lwt_unix in
|
let open Cohttp_lwt_unix in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user