19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'python3-aputils'
|
|
pkgname=python3-aputils
|
|
version=0.1.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-pycryptodome"
|
|
short_desc="Various classes and functions for ActivityPub servers"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="custom:CNPL"
|
|
homepage="https://git.barkshark.xyz/barkshark/aputils"
|
|
changelog="https://git.barkshark.xyz/barkshark/aputils/releases"
|
|
distfiles="https://git.barkshark.xyz/barkshark/aputils/archive/${version}.tar.gz"
|
|
checksum=2fa255df5998f10d9eeb2791ce3fe6ea3fc4f1701d84942d81ba8e4f66642896
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|