summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Loibl2021-10-11 12:42:33 +0200
committerMatthias Loibl2021-10-11 12:42:33 +0200
commit949900678e3fbad545797cf9d3f3b9b97cd5a574 (patch)
tree5d0190bf211bba92147f9bb4208f779daa0966a9
parentcd9d1a607fd2e724061e6c668c9c4ae4130b8f44 (diff)
downloadaur-949900678e3fbad545797cf9d3f3b9b97cd5a574.tar.gz
Mention GitHub repo for contributions
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9ef641a4e07..8aa268bcb5ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer: Matthias Loibl <mail@matthiasloibl.com>
# Maintainer: Kemal Akkoyun <kakkoyun@gmail.com>
+# Feel free to send a PR to https://github.com/parca-dev/parca-archlinux
+
pkgname=parca
pkgver=0.1.0
pkgrel=1
@@ -25,14 +27,11 @@ sha256sums=('cd7d55999e72bf8a07a8e481701d80204e5a974da9489bd94ff376e6ff64c2f0'
'd917730e72fc1db483fc7a64e4ade9c4cebb91df9199b3981a3a107232602e23')
build() {
- # The makefile seems to not be able to execute npm properly, so run the make assets target manually
cd $srcdir/parca-$pkgver/ui
yarn install
yarn workspace @parca/web build
cd $srcdir/parca-$pkgver
- # Build the react app, normally a part of the assets target
- # make web/ui/static/react
go build \
-trimpath \