Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions projects/github.com/axllent/mailpit/package.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# old name -- use mailpit.axllent.org instead
distributable:
url: https://github.com/axllent/mailpit/archive/{{version.tag}}.tar.gz
strip-components: 1
Expand All @@ -7,13 +8,13 @@ versions:

dependencies:
linux:
curl.se/ca-certs: '*'
curl.se/ca-certs: "*"

build:
dependencies:
nodejs.org: <21
npmjs.com: '*'
go.dev: '*'
npmjs.com: "*"
go.dev: "*"
script:
- npm install
- npm run build
Expand All @@ -30,9 +31,6 @@ build:
- -w
- -X github.com/axllent/mailpit/config.Version={{version}}

provides:
- bin/mailpit

test:
- mailpit version
- mailpit version | grep {{version}}
- mailpit version --no-release-check | tee out
- grep {{version}} out
8 changes: 4 additions & 4 deletions projects/mailpit.axllent.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ versions:

dependencies:
linux:
curl.se/ca-certs: '*'
curl.se/ca-certs: "*"

build:
dependencies:
go.dev: ^1.20
nodejs.org: ^18
npmjs.com: '*'
npmjs.com: "*"
script:
- npm install
- npm run package
Expand All @@ -35,5 +35,5 @@ provides:
- bin/mailpit

test:
- mailpit version
- mailpit version | grep "v{{version}}"
- mailpit version --no-release-check | tee out
- grep {{version}} out
Loading