We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b055d8 commit 5a8c8a6Copy full SHA for 5a8c8a6
alarmcn/flyctl/PKGBUILD
@@ -13,6 +13,12 @@ checkdepends=('ruby-rake')
13
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
14
sha256sums=('27f3f1abef5d655462859d15e84640506a422833f4ce4bffa23e2f5d75d2af57')
15
16
+prepare() {
17
+ cd "${pkgname}-${pkgver}/"
18
+ export GOPATH="${srcdir}"
19
+ go mod download -modcacherw
20
+}
21
+
22
build() {
23
cd "${pkgname}-${pkgver}/"
24
export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -24,7 +30,8 @@ build() {
30
}
25
31
26
32
check() {
27
- make -C "${pkgname}-${pkgver}" test
33
34
+ go test ./...
28
35
29
36
37
package() {
0 commit comments