wok-next annotate sundown/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d6378d455338 |
children |
rev | line source |
---|---|
al@18770 | 1 # SliTaz package receipt. |
al@18770 | 2 |
al@18770 | 3 PACKAGE="sundown" |
al@18770 | 4 VERSION="1.16.0" |
al@21020 | 5 COMMIT="37728fb" |
al@18770 | 6 CATEGORY="utilities" |
al@18770 | 7 SHORT_DESC="Standards compliant, fast, secure markdown processing library in C" |
al@18770 | 8 MAINTAINER="al.bobylev@gmail.com" |
al@18770 | 9 LICENSE="ISC" |
al@18770 | 10 WEB_SITE="https://github.com/vmg/sundown" |
al@21020 | 11 |
al@18770 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@18770 | 13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz" |
al@18770 | 14 |
al@21020 | 15 compile_rules() { |
al@18770 | 16 #sed -i 's|O3|Os|' $src/Makefile |
al@19671 | 17 sed -i 's|-Wl||' Makefile |
al@19671 | 18 |
al@21020 | 19 make && |
al@21020 | 20 install -Dm755 sundown $install/usr/bin/sundown |
al@18770 | 21 } |
al@18770 | 22 |
al@21020 | 23 genpkg_rules() { |
al@21020 | 24 copy @std |
al@18770 | 25 } |