From b168bfa56c64dafff73e0ad44cd5dda9682e3395 Mon Sep 17 00:00:00 2001 From: Trickyni-V56 Date: Wed, 11 Dec 2024 21:24:36 +0200 Subject: [PATCH] New package: cfonts-1.2.0rust --- srcpkgs/cfonts/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/cfonts/template diff --git a/srcpkgs/cfonts/template b/srcpkgs/cfonts/template new file mode 100644 index 00000000000000..c3fe5564e2d27f --- /dev/null +++ b/srcpkgs/cfonts/template @@ -0,0 +1,19 @@ +# Template file for 'cfonts' +pkgname=cfonts +version=1.2.0rust +revision=1 +#archs="x86_64" +build_style=cargo +#make_dirs="/var/log/dir 0755 root root" +short_desc="Sexy fonts for the console" +maintainer="Trickyni-V56 " +license="GPL-3.0-or-later" +homepage="https://github.com/dominikwilkowski/cfonts" +distfiles="https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v${version}.tar.gz" +build_wrksrc="rust" +checksum=8337423201558b43ae48e0749058a58623700cfb777288f3a520dcdb0d723a6f + +pre_build() { + # Pre rust-build prepare script + make install +}