From 879496d977523471ec0613e8ebfec46a722c7de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 30 Nov 2018 12:01:18 +0100 Subject: [PATCH] sample: rebuild for metadata --- srcpkgs/sample/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sample/template b/srcpkgs/sample/template index f5206a800c7..ab0b7df9a80 100644 --- a/srcpkgs/sample/template +++ b/srcpkgs/sample/template @@ -1,17 +1,19 @@ # Template file for 'sample' pkgname=sample version=0.1.0 -revision=2 +revision=3 build_style=gnu-makefile -CFLAGS='-std=c99 -D_BSD_SOURCE' short_desc="Filter for random sampling of input" -maintainer="Christian Neukirchen " -license="MIT" +maintainer="Leah Neukirchen " +license="custom" homepage="https://github.com/silentbicycle/sample/" distfiles="https://github.com/silentbicycle/sample/archive/v${version}.tar.gz" checksum=2ca15f1d293e80915abb98c311ddeeb2b99243df07aea554053ce296181a949d +CFLAGS='-std=c99 -D_BSD_SOURCE' do_install() { vbin sample vdoc README.md + sed -n '/Copyright/,/PERFORMANCE/p' main.c > LICENSE + vlicense LICENSE }