-
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.
Add simplistic packaging infrastructure
The other option would be to use Haikuporter, but it's kind of too heavy for simpler use cases.
- Loading branch information
1 parent
0d6857f
commit 1e53a0b
Showing
3 changed files
with
52 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name BigClock | ||
version 0.1.1-1 | ||
architecture x86_64 | ||
|
||
summary "Nice and large clock replicant" | ||
urls "https://github.com/parnikkapore/hk-HugeClock/" | ||
description "A large, Conky-inspired clock display intended to be a replicant! Although of course you can run it as an app as well." | ||
|
||
packager "Parnikkapore" | ||
vendor "Parnikkapore" | ||
|
||
copyrights "2019-2023 Parnikkapore" | ||
licenses "MPL v2.0" | ||
|
||
provides { | ||
BigClock = 0.1.1-1 | ||
app:BigClock = 0.1.1 | ||
} | ||
|
||
requires { | ||
haiku >= r1~beta2 | ||
} |