diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 00:57:40 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 00:57:40 +0300 |
commit | ba25821bf186bf614cfe2579a1efca74a651fa33 (patch) | |
tree | 76aaa6fc352b5c157ade7c7034e5c66d73db4f56 /testing | |
parent | d6211c84f363205bba2b8b4f28366484aa5090f5 (diff) | |
download | repository-ba25821bf186bf614cfe2579a1efca74a651fa33.tar.gz |
acpilight: added package to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/acpilight/build | 5 | ||||
-rw-r--r-- | testing/acpilight/checksums | 1 | ||||
-rw-r--r-- | testing/acpilight/sources | 1 | ||||
-rw-r--r-- | testing/acpilight/version | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/testing/acpilight/build b/testing/acpilight/build new file mode 100755 index 00000000..a0235d54 --- /dev/null +++ b/testing/acpilight/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +install -Dm755 xbacklight "$1/usr/bin/xbacklight" +install -Dm644 xbacklight.1 "$1/usr/share/man/xbacklight.1" +install -Dm644 90-backlight.rules "$1/usr/lib/udev/rules.d/90-backlight.rules" diff --git a/testing/acpilight/checksums b/testing/acpilight/checksums new file mode 100644 index 00000000..919e730c --- /dev/null +++ b/testing/acpilight/checksums @@ -0,0 +1 @@ +e5bb51a4e17e918d5282629f494cb80eb2e3e00fc1307e8c435123a9f56b84d5 acpilight-v1.2.tar.gz diff --git a/testing/acpilight/sources b/testing/acpilight/sources new file mode 100644 index 00000000..6e266076 --- /dev/null +++ b/testing/acpilight/sources @@ -0,0 +1 @@ +https://gitlab.com/wavexx/acpilight/-/archive/v1.2/acpilight-v1.2.tar.gz diff --git a/testing/acpilight/version b/testing/acpilight/version new file mode 100644 index 00000000..f76d8346 --- /dev/null +++ b/testing/acpilight/version @@ -0,0 +1 @@ +1.2 1 |