mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: licensor-2.0.0
This commit is contained in:
parent
0a267a9d19
commit
306566a15f
1 changed files with 15 additions and 0 deletions
15
srcpkgs/licensor/template
Normal file
15
srcpkgs/licensor/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'licensor'
|
||||||
|
pkgname=licensor
|
||||||
|
version=2.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
short_desc="Write licenses to stdout"
|
||||||
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/raftario/licensor"
|
||||||
|
distfiles="https://github.com/raftario/licensor/archive/v${version}.tar.gz"
|
||||||
|
checksum=9c9b93ac68bd48f62ab31079acd131b71ff96a0a60caf2811bf2670e016fdd1f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue