New package: hatch-nodejs-version-0.3.1
This commit is contained in:
parent
03994996cf
commit
bfbf7ec18e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/hatch-nodejs-version/template
Normal file
19
srcpkgs/hatch-nodejs-version/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'hatch-nodejs-version'
|
||||
pkgname=hatch-nodejs-version
|
||||
version=0.3.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
depends="hatchling"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Hatch plugin to read pyproject.toml metadata from package.json"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/agoose77/hatch-nodejs-version"
|
||||
changelog="https://github.com/agoose77/hatch-nodejs-version/releases"
|
||||
distfiles="https://github.com/agoose77/hatch-nodejs-version/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9959efbee3021dba4da7f8c152cacf104c746341ed176cd0488cbf3b45deba4d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Add table
Reference in a new issue