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 +}