19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'bombadillo'
|
|
pkgname=bombadillo
|
|
version=2.4.0
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="tildegit.org/sloum/bombadillo"
|
|
short_desc="Non-web client for the terminal"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://bombadillo.colorfield.space/"
|
|
distfiles="https://tildegit.org/sloum/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=e0daed1d9d0fe7cbea52bc3e6ecff327749b54e792774e6b985e0d64b7a36437
|
|
|
|
post_install() {
|
|
vman bombadillo.1
|
|
vinstall bombadillo.desktop 644 /usr/share/applications bombadillo.desktop
|
|
vinstall bombadillo-icon.png 644 /usr/share/pixmamps bombadillo-icon.png
|
|
}
|