wok-next view sundown/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d6378d455338
children
line source
1 # SliTaz package receipt.
3 PACKAGE="sundown"
4 VERSION="1.16.0"
5 COMMIT="37728fb"
6 CATEGORY="utilities"
7 SHORT_DESC="Standards compliant, fast, secure markdown processing library in C"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="ISC"
10 WEB_SITE="https://github.com/vmg/sundown"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
15 compile_rules() {
16 #sed -i 's|O3|Os|' $src/Makefile
17 sed -i 's|-Wl||' Makefile
19 make &&
20 install -Dm755 sundown $install/usr/bin/sundown
21 }
23 genpkg_rules() {
24 copy @std
25 }