save
This commit is contained in:
parent
b3dba4542f
commit
0c98334d1c
9 changed files with 151 additions and 0 deletions
23
recipes/forgejo/forgejo.yml
Normal file
23
recipes/forgejo/forgejo.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
environment:
|
||||
GO_VERSION: 1.22.3
|
||||
|
||||
packages:
|
||||
- git
|
||||
- make
|
||||
- curl
|
||||
- wget
|
||||
- gcc
|
||||
- g++
|
||||
- npm
|
||||
- build-essential
|
||||
|
||||
|
||||
repository:
|
||||
url: https://code.forgejo.org/forgejo/forgejo.git
|
||||
branch: v12.0.0
|
||||
|
||||
steps:
|
||||
- wget https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz
|
||||
- mkdir .local
|
||||
- tar -C ./.local -xzf go$GO_VERSION.linux-amd64.tar.gz
|
||||
- export PATH=$(pwd)/.local/go/bin:$HOME/go/bin:$PATH
|
Loading…
Add table
Add a link
Reference in a new issue