blob: 2a7a4b3e5070f74856d7f4caff4f136a6968987a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = buffalo-git
pkgdesc = A Go web development eco-system, designed to make your project easier. (git version)
pkgver = v0.16.13.r0.g0260f6e5
pkgrel = 1
url = https://github.com/gobuffalo/buffalo/
arch = x86_64
license = MIT
makedepends = git
depends = go>=1.13
optdepends = nodejs>=8: frontend
optdepends = npm: asset pipeline
optdepends = yarn: frontend dependency management
optdepends = gcc: for building sqlite3 support
optdepends = git: for VCS support
conflicts = buffalo-bin
source = buffalo-git::git+https://github.com/gobuffalo/buffalo.git
md5sums = SKIP
pkgname = buffalo-git
|