mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
New package: lets-0.0.29
This commit is contained in:
parent
f5e766c248
commit
06e0b4ca2b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/lets/template
Normal file
16
srcpkgs/lets/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'lets'
|
||||
pkgname=lets
|
||||
version=0.0.29
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/lets-cli/lets"
|
||||
short_desc="CLI task runner for developers - a better alternative to make"
|
||||
maintainer="juan <juan@horlux.org>"
|
||||
license="MIT"
|
||||
homepage="https://lets-cli.org/"
|
||||
distfiles="https://github.com/lets-cli/lets/archive/v$version.tar.gz"
|
||||
checksum=8dbb82512becd09f12ce347f81132913016cc88007dea4c4d0b4b3eef4e2d264
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue