19 lines
563 B
Bash
19 lines
563 B
Bash
# Template file for 'python3-minidb'
|
|
pkgname=python3-minidb
|
|
version=2.0.6
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Simple SQLite3 store for Python objects"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://thp.io/2010/minidb/"
|
|
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
|
|
checksum=7e4ef07d858d6e6118dfd000031e7698fb29b44bd8fe38e713d241fcaec6ee1e
|
|
|
|
post_install() {
|
|
sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING
|
|
vlicense COPYING
|
|
}
|