1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00
Commit Graph

973 Commits

Author SHA1 Message Date
Dylan Araps
64d0ef3f90
kiss: Minor change 2020-03-25 12:36:55 +02:00
Dylan Araps
09fa052fe2
kiss: Move etc handling to function 2020-03-25 12:21:10 +02:00
Dylan Araps
58b0272574
kiss: Minor changes 2020-03-25 11:59:15 +02:00
Dylan Araps
c84472e531
kiss: simplify 2020-03-23 13:04:45 +02:00
Dylan Araps
d4d01a5512
kiss: Show context when using fixdeps 2020-03-23 12:45:51 +02:00
Dylan Araps
811808f881
kiss: simplify fixdeps 2020-03-23 12:40:38 +02:00
Dylan Araps
7f22697bdc
kiss: simplify 2020-03-23 12:05:54 +02:00
Dylan Araps
2db59e03db
kiss: simplify 2020-03-23 11:41:32 +02:00
Dylan Araps
44c6050a39
kiss: Simplfy pkg_find usage 2020-03-22 16:32:05 +02:00
Dylan Araps
3990e34dc0
kiss: Squish alternatives list 2020-03-22 16:26:08 +02:00
Dylan Araps
ffda5757d6
docs: update 2020-03-22 16:20:51 +02:00
Dylan Araps
a2e36ead63
docs: update 2020-03-22 14:49:06 +02:00
Dylan Araps
43551a28c2
docs: update 2020-03-22 14:47:03 +02:00
Dylan Araps
d01ffde93c
kiss: zstd support 2020-03-22 14:46:38 +02:00
Dylan Araps
c570d24086
kiss: clean up 2020-03-21 13:54:48 +02:00
Dylan Araps
625d5f6855
kiss: Drop semi-colons 2020-03-21 13:48:05 +02:00
Dylan Araps
c19a20b32c
kiss: lint packages sooner 2020-03-21 13:44:43 +02:00
Dylan Araps
beee6c07f2
kiss: Squish some things together 2020-03-21 13:35:43 +02:00
Dylan Araps
e9bbe7be3e
kiss: Move error 2020-03-21 13:29:56 +02:00
Dylan Araps
2cf5b74c9b
docs: update 2020-03-17 10:14:56 +02:00
Dylan Araps
a2ad91ccb7
kiss: Fix #125 2020-03-17 10:12:43 +02:00
Dylan Araps
02106cb810
docs: update 2020-03-15 15:42:52 +02:00
Dylan Araps
23d1d07ebe
docs: update 2020-03-15 14:27:40 +02:00
Dylan Araps
cb1f16a282
docs: update 2020-03-15 14:26:55 +02:00
Dylan Araps
fb319ef3c2
docs: update 2020-03-15 14:25:10 +02:00
Dylan Araps
0b4b4ddcd8
kiss: Tar changes.
- Sped up conflict resolution by removing a tar call.
- More portable tar usage in source extraction.
- The same decompressor detection is now used when
  extracting sources.
2020-03-15 14:15:32 +02:00
Dylan Araps
024cab7fb8
kiss: Keep default compression as gz 2020-03-15 13:04:35 +02:00
Dylan Araps
fd56fa6a42
docs: update 2020-03-15 12:57:49 +02:00
Dylan Araps
ad9cda2e34
kiss: Configurable and dynamic tarball compression.
This allows you to swap between gzip and xz compression via
the new environment variable ('KISS_COMPRESS'). As of this
commit, new builds will use xz compression (making use of
all cores on the machine).

Other compression methods can easily be added by adding two
simple lines to the script. Your existing package cache will
continue to be used as the package manager will use whatever
tarball is available (for the package and version it is
looking for).
2020-03-15 12:50:49 +02:00
Dylan Araps
1c3ede992e
docs: update 2020-03-13 16:01:19 +02:00
Dylan Araps
014596bdd3
docs: update 2020-03-13 15:45:07 +02:00
Dylan Araps
40c00285d0
contrib: Added kiss-[fork,link] 2020-03-13 15:43:54 +02:00
Dylan Araps
f590b5bc73
kiss: Revert build change. Needs more thought 2020-03-13 15:18:04 +02:00
Dylan Araps
58f5819af2
kiss: Allow hooks to modify build files 2020-03-13 13:01:13 +02:00
Dylan Araps
52893958d0
kiss: Added post-install hook 2020-03-13 11:37:28 +02:00
Dylan Araps
2136399986
kiss-chroot: Fix cxxflags. Closes #123 2020-03-13 11:04:34 +02:00
Dylan Araps
4cbe2cb42e
kiss-chroot: Set CFLAGS/CXXFLAGS via $2 2020-03-13 00:11:18 +02:00
Dylan Araps
e9291d6d03
kiss-choot: Allow arch to be set via $2 2020-03-12 23:58:38 +02:00
Dylan Araps
ba59821bb8
docs: update 2020-03-12 17:00:53 +02:00
Dylan Araps
13cb9758f1
docs: update 2020-03-12 17:00:16 +02:00
Dylan Araps
ddfe11abd0
contrib: Added kiss-cargo-urlgen 2020-03-12 16:59:43 +02:00
Dylan Araps
4ced0c5c26
contrib: Remove unneeded checks 2020-03-11 20:04:07 +02:00
Dylan Araps
148232f2d0
kiss: Fix shellcheck 2020-03-11 19:36:31 +02:00
Dylan Araps
320dcb99ae
kiss; Remove unneeded check 2020-03-11 18:44:06 +02:00
Dylan Araps
70ffebbedc
kiss: Use -- with set 2020-03-11 18:29:37 +02:00
Dylan Araps
18461ddedb
kiss: Remove shift math 2020-03-11 18:27:00 +02:00
Dylan Araps
34e2a79350
docs: update 2020-03-11 17:14:33 +02:00
Dylan Araps
1c02a84c3b
kiss-reset: Fix bug 2020-03-11 17:14:09 +02:00
Dylan Araps
ff4276d559
docs: update 2020-03-11 16:52:48 +02:00
Dylan Araps
3b4e8083e8
kiss: Remove depends file if empty 2020-03-09 00:14:06 +02:00