auto-cpufreq/snap/snapcraft.yaml

56 lines
1.2 KiB
YAML
Raw Normal View History

name: auto-cpufreq
base: core18
2020-08-06 08:40:04 +02:00
version: '1.2'
summary: Automatic CPU speed & power optimizer for Linux
description: |
Automatic CPU speed & power optimizer for Linux based on active
monitoring of laptop's battery state, CPU usage and system load.
Ultimately allowing you to improve battery life without making
any compromises.
2020-02-09 11:59:39 +01:00
grade: stable
confinement: strict
parts:
auto-cpufreq:
plugin: python
python-version: python3
2020-08-05 23:29:19 +02:00
build-packages:
- gcc
- python3-dev
- python3-wheel
stage-packages:
- inxi
- lm-sensors
source: .
2020-01-22 20:46:02 +01:00
deploy-cpufrectl:
plugin: dump
source: scripts
organize:
cpufreqctl.sh: usr/bin/cpufreqctl
apps:
auto-cpufreq:
command: bin/auto-cpufreq
plugs:
- cpu-control
- system-observe
- hardware-observe
environment:
LC_ALL: C.UTF-8
LANG: C.UTF-8
2020-01-24 15:53:25 +01:00
PKG_MARKER: SNAP
2020-08-05 23:29:19 +02:00
service:
2020-02-12 15:22:43 +01:00
command: bin/auto-cpufreq --daemon 2>&1 | tee -a $SNAP_DATA/auto-cpufreq.log
plugs:
- cpu-control
- system-observe
- hardware-observe
2020-01-24 15:53:25 +01:00
environment:
LC_ALL: C.UTF-8
LANG: C.UTF-8
PKG_MARKER: SNAP
2020-03-24 21:00:39 +01:00
daemon: simple