2019-08-03 00:34:22 +00:00
|
|
|
|
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
2023-05-17 18:07:27 +00:00
|
|
|
|
# Maintainer: Robin Candau <antiz@archlinux.org>
|
2024-03-26 12:12:10 +00:00
|
|
|
|
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
|
2019-08-03 00:34:22 +00:00
|
|
|
|
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
|
|
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
|
# - reduce go garbage collection memory usage with GOGC=50
|
2021-07-20 01:16:00 +00:00
|
|
|
|
# - set nodejs max memory
|
|
|
|
|
# - set go temp dir to /build
|
2019-08-03 00:34:22 +00:00
|
|
|
|
# - don't check repo signature until author puts his keys on keyservers
|
|
|
|
|
|
|
|
|
|
pkgname=gitea
|
2024-03-26 12:12:10 +00:00
|
|
|
|
pkgver=1.21.10
|
2024-03-31 23:15:21 +00:00
|
|
|
|
pkgrel=2
|
2021-07-19 16:53:44 +00:00
|
|
|
|
pkgdesc="Painless self-hosted Git service, community managed."
|
2019-08-03 00:34:22 +00:00
|
|
|
|
arch=(x86_64)
|
|
|
|
|
url="https://gitea.io"
|
|
|
|
|
license=(MIT)
|
|
|
|
|
depends=(git)
|
2023-11-14 15:52:00 +00:00
|
|
|
|
makedepends=(go nodejs npm python-poetry)
|
2019-08-03 00:34:22 +00:00
|
|
|
|
optdepends=(
|
|
|
|
|
'mariadb: MariaDB support'
|
|
|
|
|
'memcached: MemCached support'
|
|
|
|
|
'openssh: GIT over SSH support'
|
|
|
|
|
'pam: Authentication via PAM support'
|
|
|
|
|
'postgresql: PostgreSQL support'
|
|
|
|
|
'redis: Redis support'
|
|
|
|
|
'sqlite: SQLite support'
|
|
|
|
|
)
|
2022-03-19 15:56:13 +00:00
|
|
|
|
checkdepends=(openssh)
|
2021-12-26 18:21:28 +00:00
|
|
|
|
options=(!lto)
|
2023-08-12 14:51:31 +00:00
|
|
|
|
backup=('etc/gitea/app.ini')
|
2024-03-26 12:12:10 +00:00
|
|
|
|
source=(git+https://github.com/go-gitea/gitea.git#tag=v${pkgver}
|
2019-08-03 00:34:22 +00:00
|
|
|
|
gitea.tmpfiles
|
|
|
|
|
gitea.service
|
2021-10-12 00:35:11 +00:00
|
|
|
|
gitea.sysusers)
|
2024-03-26 12:12:10 +00:00
|
|
|
|
sha256sums=('81b94cd82da75c1f4493791eb6853c67d0c2b8f02c330dac04a41cbe9693015c'
|
2023-08-12 14:51:31 +00:00
|
|
|
|
'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
|
2024-03-15 13:10:24 +00:00
|
|
|
|
'0725aa3d9c556229b473ee5a12a922a1ebbb88aeb02cffd0252756c8bd531959'
|
2023-03-05 23:41:16 +00:00
|
|
|
|
'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5')
|
2020-03-28 15:45:03 +00:00
|
|
|
|
validpgpkeys=(
|
2022-09-12 12:43:35 +00:00
|
|
|
|
B56E3C7437A49E136862F5DE9D8A57ADAA232E95 # Matti Ranta <matti@mdranta.net>, retrieved from https://github.com/techknowlogick.gpg
|
|
|
|
|
D8F9672D77C0BB60A024C23EDFDE60A0093EB926 # Lauris Bukšis-Haberkorns <lauris@nix.lv>, retrieved from https://github.com/lafriks.gpg
|
2020-03-28 15:45:03 +00:00
|
|
|
|
BA66F67FD73F7058D712D308C3B7C91B632F738A # Lunny Xiao <xiaolunwen@gmail.com>, retrieved from https://github.com/lunny.gpg
|
2023-07-17 15:11:22 +00:00
|
|
|
|
8722B61D72341082553B201CB8BE6D610E61C862 # '6543' <6543@obermui.de>, retrieved from https://github.com/6543.gpg
|
2021-07-19 16:53:44 +00:00
|
|
|
|
D2CF76DA95F201E9901532AB3CDE74631F13A748 # Andrew Thornton <art27@cantab.net>, retrieved from https://github.com/zeripath.gpg
|
2022-12-22 02:25:05 +00:00
|
|
|
|
82A110A44DF1A28D50C093BFB853ADA5DA7BBF7A # jolheiser <john@jolheiser.com>, retrieved from https://github.com/jolheiser.gpg
|
2023-07-17 15:11:22 +00:00
|
|
|
|
FE7C3EAEB8CD8290390B12AD3DECE05F6D9A647C # delvh <dev.lh@web.de>, retrieved from https://github.com/delvh.gpg
|
2021-02-06 01:30:36 +00:00
|
|
|
|
)
|
2019-08-03 00:34:22 +00:00
|
|
|
|
|
2022-03-19 15:56:13 +00:00
|
|
|
|
prepare() {
|
2020-04-01 19:37:31 +00:00
|
|
|
|
cd ${pkgname}
|
2022-03-19 15:56:13 +00:00
|
|
|
|
make deps
|
2020-04-01 19:37:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-08-03 00:34:22 +00:00
|
|
|
|
build() {
|
2019-08-07 13:41:51 +00:00
|
|
|
|
cd ${pkgname}
|
2019-08-03 00:34:22 +00:00
|
|
|
|
export GOGC=50
|
2021-07-20 01:16:00 +00:00
|
|
|
|
export NODE_OPTIONS="--max_old_space_size=1536"
|
|
|
|
|
export GOTMPDIR="/build"
|
2020-06-01 22:01:50 +00:00
|
|
|
|
export CGO_CPPFLAGS="${CPPFLAGS}"
|
|
|
|
|
export CGO_CFLAGS="${CFLAGS}"
|
|
|
|
|
export CGO_CXXFLAGS="${CXXFLAGS}"
|
|
|
|
|
export CGO_LDFLAGS="${LDFLAGS}"
|
2023-01-20 18:01:29 +00:00
|
|
|
|
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'"
|
2020-07-30 01:18:24 +00:00
|
|
|
|
export TAGS="bindata sqlite sqlite_unlock_notify pam"
|
2020-09-05 16:53:05 +00:00
|
|
|
|
make -j1
|
2019-08-03 00:34:22 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-03-19 15:56:13 +00:00
|
|
|
|
check() {
|
|
|
|
|
cd ${pkgname}
|
|
|
|
|
make test
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-03 00:34:22 +00:00
|
|
|
|
package() {
|
|
|
|
|
install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
|
|
|
|
|
install -Dm644 ${pkgname}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
|
|
|
|
|
install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
|
|
|
|
|
install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
|
|
|
|
|
install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
|
2023-08-12 14:51:31 +00:00
|
|
|
|
install -Dm644 ${pkgname}/custom/conf/app.example.ini "${pkgdir}"/etc/gitea/app.ini
|
2019-08-03 00:34:22 +00:00
|
|
|
|
}
|