Skip to content

Commit

Permalink
Add the libpuffy helper library and jot, patch, and printf utils
Browse files Browse the repository at this point in the history
from OpenBSD.
  • Loading branch information
ibara authored and awesomekling committed Mar 14, 2020
1 parent 5967262 commit a521d2f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ports/jot/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=jot
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/jot-${version}.tar.gz jot-${version}.tar.gz"
depends=libpuffy
4 changes: 4 additions & 0 deletions Ports/libpuffy/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash ../.port_include.sh
port=libpuffy
version=1.0
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-${version}/libpuffy-${version}.tar.gz libpuffy-${version}.tar.gz"
5 changes: 5 additions & 0 deletions Ports/patch/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=patch
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/patch-${version}.tar.gz patch-${version}.tar.gz"
depends=libpuffy
5 changes: 5 additions & 0 deletions Ports/printf/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=printf
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/printf-${version}.tar.gz printf-${version}.tar.gz"
depends=libpuffy

0 comments on commit a521d2f

Please sign in to comment.