19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'python3-aputils'
|
|
pkgname=python3-aputils
|
|
version=0.1.4
|
|
revision=2
|
|
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=a0418326f94d9c527e6d6451df4b03960718b7649b2b1af13f52d2991f47eb63
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|