kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 3f6e5de12cb887622c1e10781c39b9f729a433f4
parent 905c1424e7bac0e2382ce5405711c13bbb32693a
Author: St John Karp <contact@stjo.hn>
Date:   Sat, 18 Jun 2022 17:30:49 -0400

smartypants: Add package at version 1.5.1

See the project homepage:
https://daringfireball.net/projects/smartypants/

Diffstat:
Aextra/smartypants/build | 5+++++
Aextra/smartypants/checksums | 1+
Aextra/smartypants/depends | 2++
Aextra/smartypants/sources | 1+
Aextra/smartypants/version | 1+
5 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/extra/smartypants/build b/extra/smartypants/build @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +unzip SmartyPants_1.5.1.zip +mkdir -p "$1/usr/bin" +install -m 755 SmartyPants_1.5.1/SmartyPants.pl "$1/usr/bin/smartypants" diff --git a/extra/smartypants/checksums b/extra/smartypants/checksums @@ -0,0 +1 @@ +2813a12d8dd23f091399195edd7965e130103e439e2a14f298b75b253616d531 diff --git a/extra/smartypants/depends b/extra/smartypants/depends @@ -0,0 +1,2 @@ +perl +zip make diff --git a/extra/smartypants/sources b/extra/smartypants/sources @@ -0,0 +1 @@ +https://daringfireball.net/projects/downloads/SmartyPants_VERSION.zip diff --git a/extra/smartypants/version b/extra/smartypants/version @@ -0,0 +1 @@ +1.5.1 1