UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

hyprlang

The official implementation library for the hypr config language.

Package info

Template: cmake-ninja
Codename: hyprlang
Source file: hyprlang-0.6.4.tar.gz
Source file size: 61947
Source file MD5-checkum: 001bcd7a043571b2d42891589027242e
Source directory: hyprlang-0.6.4
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/h/hyprlang-0.6.4.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/h/hyprlang-0.6.4.tar.gz.md5sum
Dependances: hyprutils.
Dependance of: hyprcursor-rustless, hyprland-qt-support, hyprpaper, hyprland.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -G Ninja ..

Build script:
cd    build
ninja

Install script:
cd    build
ninja install