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/drift/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'drift'
pkgname=drift
version=1.2.0
revision=1
build_style=go
go_import_path=github.com/phlx0/drift
short_desc="Terminal screensaver that turns idle time into ambient art"
maintainer="Aryo Nazaradeh <aryo.nazaradeh@gmail.com>"
license="MIT"
homepage="https://github.com/phlx0/drift"
changelog="https://github.com/phlx0/drift/releases"
distfiles="https://github.com/phlx0/drift/archive/refs/tags/v${version}.tar.gz"
checksum=b750692e82cbc5afdd0dc39f9aadf27f86ae82e50d861ce52e1244e63230a7bc

post_install() {
vlicense LICENSE
}