Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/whatscli/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'whatscli'
pkgname=whatscli
version=1.1.4
revision=1
build_style=go
go_import_path=github.com/normen/whatscli
short_desc="Command line interface for WhatsApp"
maintainer="orahcio <orahcio@gmail.com>"
license="MIT"
homepage="https://github.com/normen/whatscli"
Comment thread
orahcio marked this conversation as resolved.
changelog="https://github.com/normen/whatscli/releases"
distfiles="https://github.com/normen/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum=bff19bf129aea869d31e4a6edb665de6cea459845b0a0aec5ec4037f4fba789d

post_install() {
vlicense README.md
}