mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 12:52:17 +00:00
8cf15e083a
* [Add] add android-studio-canary package
* Update changelog
* Update .spec file
* Update .spec file [2]
* Implement automatic updates
* Add nightly
* Make anda build happy
* fix typo
* Add .desktop file check
* Add desktop-file-utils dep
* Update desktop file check
---------
(cherry picked from commit a170c49d3f)
Signed-off-by: veuxit <232229112+veuxit@users.noreply.github.com>
Co-authored-by: veuxit <232229112+veuxit@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
9 lines
103 B
HCL
9 lines
103 B
HCL
project pkg {
|
|
rpm {
|
|
spec = "android-studio-canary.spec"
|
|
}
|
|
labels {
|
|
nightly = "1"
|
|
}
|
|
}
|