From 1b17fd2c8f8d2abfdbafb4376c500d6b790f0074 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 9 Dec 2019 22:21:17 -0600 Subject: [PATCH] aha: Small template cleanup Signed-off-by: Nathan Owens --- srcpkgs/aha/template | 9 --------- 1 file changed, 9 deletions(-) diff --git a/srcpkgs/aha/template b/srcpkgs/aha/template index 429bd5f6d76..9632b6991db 100644 --- a/srcpkgs/aha/template +++ b/srcpkgs/aha/template @@ -9,12 +9,3 @@ license="LGPL-2.0-or-later, MPL-1.1" homepage="https://github.com/theZiz/aha" distfiles="https://github.com/theZiz/aha/archive/${version}.tar.gz" checksum=6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f - -do_configure() { - sed -i 's/gcc/$(CC)/' Makefile -} - -do_install() { - vbin aha - vman aha.1 -}