diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-16 23:45:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-16 23:45:02 +0800 |
| commit | 3e9e3dfff01e57ce628fbe8411f66c73d71f348e (patch) | |
| tree | f221959336810a0e022ab6cb53946f54c69e1f57 /repos/extra/tlp/abuild | |
| parent | 89180509c050cffea1c3d41ef6e28d8f4c7e2662 (diff) | |
| download | alicelinux-3e9e3dfff01e57ce628fbe8411f66c73d71f348e.tar.gz alicelinux-3e9e3dfff01e57ce628fbe8411f66c73d71f348e.zip | |
tlp: new added
Diffstat (limited to 'repos/extra/tlp/abuild')
| -rw-r--r-- | repos/extra/tlp/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/tlp/abuild b/repos/extra/tlp/abuild new file mode 100644 index 00000000..4564f350 --- /dev/null +++ b/repos/extra/tlp/abuild @@ -0,0 +1,12 @@ +name=tlp +version=1.8.0 +release=1 +source="https://github.com/linrunner/TLP/archive/${version}/TLP-${version}.tar.gz" + +postbuild() { + rm -rf \ + $PKG/usr/lib/udev \ + $PKG/usr/lib/systemd \ + $PKG/usr/lib/elogind +} + |