summaryrefslogtreecommitdiff
path: root/xpa
diff options
context:
space:
mode:
Diffstat (limited to 'xpa')
-rw-r--r--xpa/meta.yaml21
1 files changed, 15 insertions, 6 deletions
diff --git a/xpa/meta.yaml b/xpa/meta.yaml
index a0798f1..fe9b76f 100644
--- a/xpa/meta.yaml
+++ b/xpa/meta.yaml
@@ -1,15 +1,24 @@
+{% set name = 'xpa' %}
+{% set version = '2.1.17' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
about:
- home: https://github.com/ericmandel/xpa
+ home: https://github.com/ericmandel/{{name}}
license: MIT
summary: Provides seamless communication between many kinds of Unix programs
+
build:
- number: '0'
+ number: {{number}}
+
package:
- name: xpa
- version: 2.1.17
+ name: {{name}}
+ version: {{version}}
+
source:
- git_tag: v2.1.17
- git_url: https://github.com/ericmandel/xpa
+ git_tag: {{tag}}
+ git_url: https://github.com/ericmandel/{{name}}.git
+
test:
commands:
- test -x `which xpaget`