forked from lemonade-command/lemonade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,38 @@ changelog: | |
- '^docs:' | ||
- '^test:' | ||
|
||
# The lines beneath this are called `modelines`. See `:help modeline` | ||
# Feel free to remove those if you don't want/use them. | ||
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json | ||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj | ||
nfpms: | ||
- | ||
package_name: lemonade | ||
homepage: https://github.com/cnt0/lemonade | ||
maintainer: cnt0 <[email protected]> | ||
description: |- | ||
Lemonade is a remote utility tool. | ||
(copy, paste and open browser) over TCP. | ||
formats: | ||
- apk | ||
- deb | ||
- rpm | ||
- archlinux | ||
|
||
release: | ||
github: | ||
owner: cnt0 | ||
name: lemonade | ||
|
||
brews: | ||
- tap: | ||
owner: cnt0 | ||
name: homebrew-tap | ||
folder: Formula | ||
homepage: https://github.com/cnt0/lemonade | ||
description: |- | ||
Lemonade is a remote utility tool. | ||
(copy, paste and open browser) over TCP. | ||
install: |- | ||
bin.install "lemonade" | ||
service: | | ||
run [bin/"lemonade", "server"] | ||
keep_alive true | ||
log_path var/"log/lemonade.log" | ||
error_log_path var/"log/lemonade.log" |