diff --git a/projects/denilson.sa.nom.br/prettyping/package.yml b/projects/denilson.sa.nom.br/prettyping/package.yml new file mode 100644 index 00000000..97ecbf17 --- /dev/null +++ b/projects/denilson.sa.nom.br/prettyping/package.yml @@ -0,0 +1,17 @@ +distributable: + url: https://github.com/denilsonsa/prettyping/archive/refs/tags/v{{ version }}/prettyping-{{ version }}.tar.gz + strip-components: 1 + +versions: + github: denilsonsa/prettyping/tags + +provides: + - bin/prettyping + +build: + script: | + mkdir {{ prefix }}/bin + cp prettyping {{ prefix }}/bin/prettyping + +test: | + prettyping -c 3 127.0.0.1 \ No newline at end of file