blob: 681debf78789495bcffb0d9a936b369bf0155078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = bcon
pkgdesc = GPU-accelerated terminal emulator for Linux console (DRM/KMS)
pkgver = 1.4.0
pkgrel = 2
url = https://github.com/sanohiro/bcon
arch = x86_64
license = MIT
makedepends = rust
makedepends = cmake
makedepends = clang
makedepends = pkgconf
depends = libdrm
depends = mesa
depends = libxkbcommon
depends = libinput
depends = freetype2
depends = fontconfig
depends = seatd
optdepends = fcitx5: Japanese input method support via D-Bus
optdepends = noto-fonts-cjk: CJK text rendering
optdepends = noto-fonts-emoji: color emoji rendering
options = !lto
options = !debug
backup = etc/bcon/config.toml
source = bcon-1.4.0.tar.gz::https://github.com/sanohiro/bcon/archive/refs/tags/v1.4.0.tar.gz
source = bcon-default.toml
sha256sums = 8a09aefb2dcfd3ea6bda15dabd66ab3db21f49c5065ce66a1bf74415ac283a15
sha256sums = 34aaa8bc982699fb579a42c710ce68d2c1d0bf8e28daf2c8c78abe1f0bbd67f2
pkgname = bcon
|