36 lines
1.1 KiB
Bash
36 lines
1.1 KiB
Bash
# Template file for 'activityrelay'
|
|
pkgname=activityrelay
|
|
version=0.2.2
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-aiohttp python3-cachetools python3-click python3-pycryptodome
|
|
python3-yaml"
|
|
short_desc="Generic LitePub relay (works with LitePub consumers and Mastodon)"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="https://git.pleroma.social/pleroma/relay"
|
|
distfiles="https://git.pleroma.social/pleroma/relay/-/archive/${version}/relay-${version}.tar.gz"
|
|
checksum=f460037a522e45fd030735da893e5851d90b6340caab0bcd24346996474aac25
|
|
make_check=no # no tests specified
|
|
|
|
system_accounts="_activityrelay"
|
|
_activityrelay_homedir="/var/lib/activityrelay"
|
|
|
|
make_dirs="/var/lib/activityrelay 0700 _activityrelay _activityrelay
|
|
/etc/activityrelay 0755 _activityrelay _activityrelay"
|
|
|
|
post_patch() {
|
|
vsed -i 's,relay.jsonld,/var/lib/activityrelay/relay.jsonld,' relay.yaml.example
|
|
}
|
|
|
|
post_install() {
|
|
vsv activityrelay
|
|
vsconf installation/relay.caddy
|
|
vsconf installation/relay.nginx
|
|
vsconf relay.yaml.example
|
|
vsconf Dockerfile
|
|
|
|
vlicense LICENSE
|
|
}
|