summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2ebaf4c83cb3b754133feca2137cf236678c7df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by debtap
# Maintainer: lightcontrol
# Contributor: lightcontrol
pkgname=lightcontrol
pkgver=1.0
pkgrel=1
pkgdesc="This package provides the Light Control, which allows users to configure the Backlight / Brightness level and the temperature color of the display."
arch=('any')
url="https://github.com/EnSabahNurX/lightcontrol"
license=('mit')
groups=('wheel')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'python-gobject')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://github.com/EnSabahNurX/lightcontrol/raw/main/lightcontrol.tar.xz")
sha512sums=('SKIP')

package(){

	# Extract package data
	tar -xJ -f lightcontrol.tar.xz -C "${pkgdir}"

}