Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: television-0.5.1 #53199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
18 changes: 18 additions & 0 deletions srcpkgs/television/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'television'
pkgname=television
version=0.5.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="oniguruma-devel"
short_desc="General purpose fuzzy finder TUI"
maintainer="Saksham <[email protected]>"
license="MIT"
homepage="https://github.com/alexpasmantier/television"
changelog="https://raw.githubusercontent.com/alexpasmantier/television/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/alexpasmantier/television/archive/refs/tags/${version}.tar.gz"
checksum=c53ce035f706edb0d82dfc296edb62bf91e4e180c80bf5a5866b7048863416f1

post_install() {
vlicense LICENSE
}