Upload files to "/"
This commit is contained in:
parent
d4a37824f0
commit
43c0d1c321
5
PKGBUILD
5
PKGBUILD
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue