forked from Plemya-x/alr-repo
alr-bin 0.0.11
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
name='gitea'
|
||||
version='1.23.5'
|
||||
version='1.23.7'
|
||||
release='1'
|
||||
desc='Painless self-hosted Git service, community managed.'
|
||||
desc_ru='Простой в использовании самостоятельный сервис Git, управляемый сообществом.'
|
||||
homepage='https://gitea.io'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('amd64')
|
||||
@ -15,9 +16,10 @@ deps=(
|
||||
|
||||
build_deps=(
|
||||
'go'
|
||||
'make'
|
||||
'nodejs'
|
||||
'npm'
|
||||
'python3-poetry'
|
||||
'python3-poetry-core'
|
||||
'openssh'
|
||||
'pam-devel'
|
||||
)
|
||||
@ -54,7 +56,7 @@ build() {
|
||||
export EXTRA_GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
|
||||
export LDFLAGS="-linkmode=external -compressdwarf=false -X 'code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/' -X 'code.gitea.io/gitea/modules/setting.CustomConf=/etc/gitea/app.ini'"
|
||||
export TAGS="bindata sqlite sqlite_unlock_notify pam"
|
||||
make -j$(nproc)
|
||||
make -j $(($(nproc) - 1))
|
||||
}
|
||||
|
||||
check() {
|
||||
|
Reference in New Issue
Block a user