blob: 69d05f1bc80ffd82001889a8015a75f03181ae35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = customfetch-gui
pkgdesc = Highly customizable and fast system information fetch program (GUI app)
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/Toni500github/customfetch
arch = x86_64
arch = aarch64
license = BSD-3-Clause
makedepends = base-devel
depends = gtk3
depends = gtkmm3
depends = customfetch-common
optdepends = ttf-liberation: Font to be used for GUI (recommended)
optdepends = wayland: Library for getting the Wayland compositor faster
optdepends = dconf: Alternative to the slow gsettings command
optdepends = libxfce4util: Query XFCE4 version faster
conflicts = customfetch-gui-git
conflicts = customfetch-gui-bin
source = git+https://github.com/Toni500github/customfetch.git
sha256sums = SKIP
pkgname = customfetch-gui
|