summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a0987519489fefd8dc952e98d9db836cb02c1651 (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
# Maintainer: Toni500 <tonino512@linuxmail.org>
pkgname="customfetch-gui-bin"
_pkgname="customfetch"
pkgver=1.0.0
pkgrel=1
pkgdesc="Highly customizable and fast system information fetch program (GUI app) (Binary files)"
arch=('x86_64' 'aarch64')
url="https://github.com/Toni500github/customfetch"
license=('BSD-3-Clause')
depends=('gtk3' 'gtkmm3' 'customfetch-common')
optdepends=(
        "ttf-liberation: Font to be used for GUI (recommended)"
        "wayland: Library for getting the Wayland compositor faster"
        "dconf: Alternative to the slow gsettings command"
        "libxfce4util: Query XFCE4 version faster"
)
conflicts=('customfetch-gui-git' 'customfetch-gui')
source=("${url}/releases/download/v${pkgver}/${_pkgname}-gui-v${pkgver}.tar.gz")
sha256sums=("7700a8c7b1ba66a0ce3a5d4b854031211594b44de86b7ed03710713fc8cbcf37")

package() {
    rm -rf "${srcdir}/usr/share" "${srcdir}/usr/bin/cufetch"
    mv "${srcdir}/usr/" "${pkgdir}"
}