wlsunset: initial commit, version 0.2.0
This commit is contained in:
parent
5f92be759e
commit
1c97b02fb5
3
wlsunset/.footprint
Normal file
3
wlsunset/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/wlsunset
|
5
wlsunset/.signature
Normal file
5
wlsunset/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32tKzbnniQ/mbgqDGSNPV+U0T1mNIm8Rkk9XIuDzbgvkZZYjJ/e3bRtLtKUPfmsO/qFaCaQ1StgJucCeCn9AfQY=
|
||||
SHA256 (Pkgfile) = f97efa46b62223abb5350cc7b8b614a8dd9e2ebfa6b48ea9f645f9b362f20fc4
|
||||
SHA256 (.footprint) = 07bc03345f051225bcc27f25f36e54269dd6efcdadcf064c18ab7fafaa28aea7
|
||||
SHA256 (0.2.0.tar.gz) = 88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03
|
20
wlsunset/Pkgfile
Normal file
20
wlsunset/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Day/night gamma adjustments for Wayland
|
||||
# URL: https://sr.ht/~kennylevinsen/wlsunset/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: wayland-protocols
|
||||
|
||||
name=wlsunset
|
||||
version=0.2.0
|
||||
release=1
|
||||
source=(https://git.sr.ht/~kennylevinsen/wlsunset/archive/$version.tar.gz)
|
||||
|
||||
build() {
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user