void-packages/srcpkgs/python3-minidb/template
2025-01-02 10:44:30 -05:00

18 lines
533 B
Bash

# Template file for 'python3-minidb'
pkgname=python3-minidb
version=2.0.8
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Simple SQLite3 store for Python objects"
maintainer="RunningDroid <runningdroid@zoho.com>"
license="ISC"
homepage="https://thp.io/2010/minidb/"
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
checksum=f177870a9f44ff834aa7986ebb9451445a5afa8e756ab400c16ea1d746441aaf
post_install() {
vlicense LICENSE
}