18 lines
536 B
Bash
18 lines
536 B
Bash
# Template file for 'whatscli'
|
|
pkgname=whatscli
|
|
version=1.1.5
|
|
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"
|
|
changelog="https://github.com/normen/whatscli/releases"
|
|
distfiles="https://github.com/normen/${pkgname}/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=a07be596b0c452b48cab39fc6de2a3a179e6e0a8ed20e036c838da050a0a507f
|
|
|
|
post_install() {
|
|
vlicense README.md
|
|
}
|