diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-15 18:41:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-15 18:41:30 +0200 |
| commit | dd30c99c346b0eced22843dcc139f0c4330bcba6 (patch) | |
| tree | 686426da628b437c94d212e3650cf65b2c507ff7 | |
| parent | 2b4be20507fee93fc165a550cd0cb8f81dcad05d (diff) | |
| download | sdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.tar.gz sdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.zip | |
Version 0.2
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | README.md | 15 | ||||
| -rw-r--r-- | releases/sdep-0.2.tar.gz | bin | 0 -> 5452 bytes |
4 files changed, 15 insertions, 4 deletions
| @@ -1,2 +1 @@ | |||
| 1 | sdep | sdep | |
| 2 | sdep-* | ||
| @@ -28,13 +28,14 @@ debug: | |||
| 28 | ${CC} ${CFLAGS} -o sdep sdep.c | 28 | ${CC} ${CFLAGS} -o sdep sdep.c |
| 29 | 29 | ||
| 30 | clean: | 30 | clean: |
| 31 | rm -rf sdep sdep-${VERSION}.tar.gz | 31 | rm -rf sdep |
| 32 | 32 | ||
| 33 | dist: clean | 33 | dist: clean |
| 34 | mkdir -p sdep-${VERSION} | 34 | mkdir -p sdep-${VERSION} |
| 35 | cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION} | 35 | cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION} |
| 36 | tar -cf sdep-${VERSION}.tar sdep-${VERSION} | 36 | tar -cf sdep-${VERSION}.tar sdep-${VERSION} |
| 37 | gzip sdep-${VERSION}.tar | 37 | gzip sdep-${VERSION}.tar |
| 38 | mv sdep-${VERSION}.tar.gz releases/ | ||
| 38 | rm -rf sdep-${VERSION} | 39 | rm -rf sdep-${VERSION} |
| 39 | 40 | ||
| 40 | install: all | 41 | install: all |
| @@ -20,8 +20,11 @@ date(1). The dates should correspond to a unique minute in time. | |||
| 20 | 20 | ||
| 21 | ## Installation | 21 | ## Installation |
| 22 | 22 | ||
| 23 | Edit the Makefile to match your local configuration and type `make | 23 | 1. Either clone the repository or download the latest release version |
| 24 | install`. | 24 | from the `releases` folder (warning: the release archive does not |
| 25 | contain the customization scripts). | ||
| 26 | 2. Edit the Makefile to match your local configuration and type | ||
| 27 | `make install`. | ||
| 25 | 28 | ||
| 26 | ## Examples | 29 | ## Examples |
| 27 | 30 | ||
| @@ -101,3 +104,11 @@ For example check that the folder SDEPDATA in Makefile suits you. | |||
| 101 | 104 | ||
| 102 | Most of the scripts rely on the `-d` option of the GNU date utility, | 105 | Most of the scripts rely on the `-d` option of the GNU date utility, |
| 103 | so you should change that too if you are on a BSD system or on MacOS. | 106 | so you should change that too if you are on a BSD system or on MacOS. |
| 107 | |||
| 108 | ## Version history | ||
| 109 | |||
| 110 | | Version | Release date | Comment | | ||
| 111 | |:--------|:-------------|:---------------:| | ||
| 112 | | 0.2 | 2023-05-23 | Minor fixes | | ||
| 113 | | 0.1 | 2021-05-08 | Initial release | | ||
| 114 | |||
diff --git a/releases/sdep-0.2.tar.gz b/releases/sdep-0.2.tar.gz new file mode 100644 index 0000000..7b1b874 --- /dev/null +++ b/releases/sdep-0.2.tar.gz | |||
| Binary files differ | |||
