forked from ceres-sees-all/ceres-ebuilds
Update profiles
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
parent
30ae8bbdb3
commit
e3f67d575c
11 changed files with 69 additions and 61 deletions
|
|
@ -18,13 +18,14 @@ if [[ ${PV} == 9999 ]]; then
|
|||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/niri-wm/niri.git"
|
||||
EGIT_BRANCH="wip/branch"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/niri-wm/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/niri-wm/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
# used for version string
|
||||
export NIRI_BUILD_COMMIT="b35bcae"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue