Dylan Araps
40ff709432
kiss: Remove KISS_RM
...
I never really liked how this was implemented and it's
rather limited in its use. It was cumbersome to edit
the list to make even a minor change.
Instead, I now recommend using 'KISS_HOOK'. It gives
you total control. KISS_RM can be implemented on a
per-package basis, for all packages overall or
conditionally.
You're also not limited to a simple list of removals.
You can do whatever you like pre- and post- build.
Here's an example script to get you started. There
is more information in the manual and README.
case $TYPE in
pre-build)
case $PKG in
zlib) export CFLAGS="-Os -static" ;;
curl) export CFLAGS="-O3" ;;
esac
;;
post-build)
: "${DEST:?DEST is unset}"
rm -rf "$DEST/usr/share/doc"
rm -rf "$DEST/usr/share/gettext"
;;
esac
2020-02-20 00:21:45 +02:00
Dylan Araps
040145e118
kiss: Added kiss env
2020-02-19 20:22:43 +02:00
Dylan Araps
e0fa92da2f
docs: update
2020-02-19 11:53:03 +02:00
Dylan Araps
fc8032211c
docs: update
2020-02-14 13:47:23 +02:00
Dylan Araps
e2d04426b7
docs: update
2020-02-11 14:55:28 +02:00
Dylan Araps
19fba88603
docs: update
2020-02-11 12:41:41 +02:00
Dylan Araps
938e8784a9
docs: update
2020-02-10 22:35:08 +02:00
Dylan Araps
529b93745f
docs: update
2020-02-09 11:43:15 +02:00
Dylan Araps
ac207e40ab
docs: update
2020-02-09 11:18:14 +02:00
Dylan Araps
36c27a958e
docs: update
2020-02-07 15:42:19 +02:00
Dylan Araps
ef088ba610
docs: update
2020-01-29 15:11:43 +02:00
Dylan Araps
ea752e1d1d
docs: update
2020-01-29 12:25:17 +02:00
Dylan Araps
5f8944c2a2
docs: update
2020-01-29 12:22:25 +02:00
Dylan Araps
1383fdd8ca
docs: update
2020-01-29 12:21:20 +02:00
Dylan Araps
ac0f761f7a
docs: update
2020-01-29 10:26:31 +02:00
Dylan Araps
ead3a3ecbe
docs: update
2020-01-29 10:19:56 +02:00
Dylan Araps
c15eccaee1
docs: update
2019-11-16 15:55:44 +00:00
Dylan Araps
49cfb7cac2
kiss: Merge kiss-utils and kiss
2019-10-30 10:51:48 +00:00
Dylan Araps
26b38c0ec2
docs: update
2019-10-07 16:31:26 +03:00
Kim Ausloos
7ebffdae20
Fixed minor spelling issues
2019-10-01 19:30:24 +02:00
Dylan Araps
44943f588e
docs: update
2019-09-11 19:21:44 +03:00
Dylan Araps
133bff4efa
docs: update
2019-09-11 09:02:24 +03:00
Dylan Araps
4c81ef1cd3
docs: update
2019-09-11 09:00:33 +03:00
Dylan Araps
ee2efd0d65
docs: update
2019-08-23 10:25:42 +00:00
Dylan Araps
8a27c1136a
kiss: revert log changes
2019-08-21 11:12:17 +00:00
Dylan Araps
12847e01a1
Revert "docs: update"
...
This reverts commit ea555f1e8d
.
2019-08-21 11:11:41 +00:00
Dylan Araps
ea555f1e8d
docs: update
2019-08-21 02:24:31 +00:00
Dylan Araps
73b778d70d
docs: update
2019-08-15 15:03:01 +00:00
Dylan Araps
5af018b05e
docs: update
2019-08-13 09:22:12 +00:00
Dylan Araps
cf3b58ab86
kiss: fix issues with requiring root.
2019-08-12 23:57:43 +00:00
Dylan Araps
4e3198eb3d
kiss: fix issues with requiring root.
2019-08-12 23:57:31 +00:00
Dylan Araps
fdc74d5c20
docs: update
2019-07-31 19:02:58 +03:00
Dylan Araps
f4766b3cc4
docs: update
2019-07-27 19:55:00 +03:00
Dylan Araps
a194666a23
docs: update
2019-07-27 19:53:39 +03:00
Dylan Araps
dc44ee51e7
kiss: Make owns work with multiple files.
2019-07-22 01:35:35 +03:00
logo4poop
0da5fcdb45
Update README.md
2019-07-18 18:45:03 -04:00
Dylan Araps
aa83be3764
docs: update
2019-07-16 14:56:57 +03:00
Dylan Araps
559a0651fc
docs: update
2019-07-16 14:55:48 +03:00
Dylan Araps
b2adb956a6
docs: update
2019-07-16 14:53:38 +03:00
Dylan Araps
335f8e6634
version: bump
2019-07-16 14:51:28 +03:00
Dylan Araps
875d2fd903
kiss: Allow comments in depends file.
2019-07-15 10:23:26 +03:00
Dylan Araps
4003e4ddf8
docs: update
2019-07-14 10:06:04 +03:00
Dylan Araps
c83f5ab78e
docs: update
2019-07-11 19:10:45 +03:00
Dylan Araps
d19a6853e7
docs: update
2019-07-11 09:26:14 +03:00
Dylan Araps
7aed744f7d
docs: update
2019-07-11 09:25:36 +03:00
Dylan Araps
ecf553ff91
docs: update
2019-06-16 20:35:39 +03:00
Dylan Araps
6132ccc7af
docs: update
2019-06-16 18:17:34 +03:00
Dylan Araps
4d5de02fa3
docs: update
2019-06-16 18:01:54 +03:00
Dylan Araps
8f9405b41c
docs: update
2019-06-16 18:01:41 +03:00
Dylan Araps
d3634030c0
docs: update
2019-06-16 18:00:15 +03:00