New package: darktile-0.0.10
This commit is contained in:
parent
b7d18e242a
commit
d63ab8c4c7
1 changed files with 21 additions and 0 deletions
21
srcpkgs/darktile/template
Normal file
21
srcpkgs/darktile/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'darktile'
|
||||
pkgname=darktile
|
||||
version=0.0.10
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/liamg/darktile
|
||||
go_package="${go_import_path}/cmd/darktile"
|
||||
go_ldflags="-X github.com/liamg/darktile/internal/app/darktile/version.Version=${version}"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglvnd-devel libX11-devel libXcursor-devel libXi-devel
|
||||
libXinerama-devel libXrandr-devel libXxf86vm-devel"
|
||||
short_desc="GPU rendered terminal emulator designed for tiling window managers"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/liamg/darktile"
|
||||
distfiles="https://github.com/liamg/darktile/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=781aef00959abc0047df0eb627c73f012a709f23c2642c34b7a282f485d6e19c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue