Upload files to "/"

This commit is contained in:
G34RZ 2025-04-10 15:23:06 -07:00
parent d4a37824f0
commit 43c0d1c321
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: G34RZ <g3arz@dockservices.co>
pkgbase=system76-power-gui
pkgname=system76-power-gui
pkgver=0.1.0
pkgrel=9
pkgver=0.1.1
pkgrel=1
pkgdesc="GUI application for System76 Power Management"
arch=('x86_64')
url="https://gitea.dockservices.co/G34RZ/system76-power-GUI.git"
@ -25,6 +25,7 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
export MAKEFLAGS="-j$(nproc)"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"