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/inlyne/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'inlyne'
pkgname=inlyne
version=0.5.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="fontconfig-devel oniguruma-devel wayland-devel libxkbcommon-devel"
short_desc="GPU-powered, browserless, markdown and HTML viewer"
maintainer="Julian Bigge <j.reedts@gmail.com>"
license="MIT"
homepage="https://github.com/Inlyne-Project/inlyne"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0473d154469c4f078029c2fdb58dca19b8d415633934773c41930536b54e71e0

post_install() {
vlicense LICENSE
}
Loading