Skip to content

Commit

Permalink
docs: add template aquifer (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq authored Jul 18, 2022
1 parent 96de35a commit b600c50
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions template/pkgname/latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Aquifer file version
version: '0'

# Package name
name: 'template'

# Install plan
# Define dependencies and shell scripts for each OS
# Dependencies are an array of package names
# Shell scripts are defined by an array
install:
linux:
dependencies: []
run: []
windows:
dependencies: []
run: []
darwin:
dependencies: []
run: []

# Uninstall plan
# Define dependencies and shell scripts for each OS
# Dependencies are an array of package names
# Shell scripts are defined by an array
uninstall:
linux:
dependencies: []
run: []
windows:
dependencies: []
run: []
darwin:
dependencies: []
run: []

0 comments on commit b600c50

Please sign in to comment.