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
27 changes: 27 additions & 0 deletions srcpkgs/wails/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Template file for 'wails'
pkgname=wails
version=2.12.0
revision=1
build_style=go
build_wrksrc="v2"
go_import_path="github.com/wailsapp/wails/v2"
go_package="./cmd/wails"
go_mod_mode="readonly"
go_ldflags="-linkmode=external"
makedepends="gtk+3-devel libwebkit2gtk41-devel"
depends="nodejs"
short_desc="Create desktop apps using Go and Web Technologies"
maintainer="nerdyslacker <karyan40024@gmail.com>"
license="MIT"
homepage="https://github.com/wailsapp/wails"
changelog="https://github.com/wailsapp/wails/CHANGELOG.md"
distfiles="https://github.com/wailsapp/wails/archive/v${version}/wails-${version}.tar.gz"
checksum=bfc663dd01f762c5524006d945616c5ce361055fa649ebc3b1ae2a16247d8fee
# Void ships libwebkit2gtk41 while wails CGO directives
# hardcode webkit2gtk-4.0, causing the test build to fail.
make_check="no"

post_install() {
vdoc ${wrksrc}/README.md
vlicense ${wrksrc}/LICENSE
}