From 00a9ecd0259065e075f4b505d5bc35c833ccdf70 Mon Sep 17 00:00:00 2001 From: Aryo Nazaradeh Date: Sun, 6 Sep 2026 15:34:41 -0700 Subject: [PATCH] New package: drift-1.2.0 --- srcpkgs/drift/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/drift/template diff --git a/srcpkgs/drift/template b/srcpkgs/drift/template new file mode 100644 index 00000000000000..33333a3bf5dfe8 --- /dev/null +++ b/srcpkgs/drift/template @@ -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 " +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 +}