38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
Source: libhyprlang
|
|
Section: x11
|
|
Priority: optional
|
|
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
|
|
Build-Depends: cmake, debhelper-compat (= 13)
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://github.com/hyprwm/hyprlang
|
|
Rules-Requires-Root: no
|
|
Vcs-Git: https://salsa.debian.org/NyxTrail/hyprlang.git
|
|
Vcs-Browser: https://salsa.debian.org/NyxTrail/hyprlang
|
|
|
|
Package: libhyprlang2
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: Configuration language for Hyprland (library)
|
|
The hypr configuration language is an extremely efficient, yet easy
|
|
to work with, configuration language for Linux applications.
|
|
.
|
|
It's user-friendly, easy to grasp, and easy to implement.
|
|
.
|
|
This package includes the shared library for hyprlang.
|
|
|
|
Package: libhyprlang-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
libhyprlang2 (= ${binary:Version})
|
|
Description: Configuration language for Hyprland (development files)
|
|
The hypr configuration language is an extremely efficient, yet easy
|
|
to work with, configuration language for Linux applications.
|
|
.
|
|
It's user-friendly, easy to grasp, and easy to implement.
|
|
.
|
|
This package includes the development files for the hyprlang library.
|