From 67c62ebc047665c0d063737c169171916f27c218 Mon Sep 17 00:00:00 2001 From: Guilherme Machado Date: Tue, 8 Jun 2021 09:23:35 -0300 Subject: [PATCH] New package: macchina-0.9.2 --- srcpkgs/macchina/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/macchina/template diff --git a/srcpkgs/macchina/template b/srcpkgs/macchina/template new file mode 100644 index 000000000000..02fcab9bd9a9 --- /dev/null +++ b/srcpkgs/macchina/template @@ -0,0 +1,23 @@ +# Template file for 'macchina' +pkgname=macchina +version=0.9.2 +revision=1 +archs="x86_64" +build_style=cargo +hostmakedepends="cargo rust" +makedepends="wmctrl" +depends="libgcc glibc" +short_desc="System information with emphasis on minimalism" +maintainer="Guilherme Machado " +license="MIT" +homepage="crates.io/crates/macchina" +distfiles="https://github.com/Macchina-CLI/${pkgname}/archive/v${version}.tar.gz" +checksum=f5ac11a49470639d81424b208fc5d95b111a77b97138af7fce347ad3daae8005 + +post_install() { + vmkdir usr/share/doc/${pkgname} + vdoc README.md + vdoc CHANGELOG.txt + vlicense LICENSE + rm -rf ${DESTDIR}/usr/lib* +}