blob: 0702b40e71ce4cb90861a9d80ea1b5387b3ed1d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = xxenv-latest
pkgdesc = Enhances **env with a `latest` subcommand, which prints the latest version of the target platform
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/momo-lab/xxenv-latest
arch = any
license = MIT
makedepends = goenv
makedepends = nodenv
options = !strip
source = xxenv-latest-0.2.1.tar.gz::https://github.com/momo-lab/xxenv-latest/archive/v0.2.1.tar.gz
sha512sums = c1e0d3c0c95ab9486f0b37b1078d3c8ea81df9639c41b85dabae2742ba91962bb18fa2682e1cdbe67ef559a5e3e14cac9fb5a5f8e33a7cedabec520f97e2b102
pkgname = goenv-latest
pkgdesc = Enhances goenv with a `latest` subcommand, which prints the latest Go version
depends = goenv
pkgname = nodenv-latest
pkgdesc = Enhances nodenv with a `latest` subcommand, which prints the latest Node.js version
depends = nodenv
pkgname = pyenv-latest
pkgdesc = Enhances pyenv with a `latest` subcommand, which prints the latest Python version
depends = pyenv
pkgname = rbenv-latest
pkgdesc = Enhances rbenv with a `latest` subcommand, which prints the latest Ruby version
depends = rbenv
|