Skip to content

Commit

Permalink
pkg: add prebuilt arch package
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Sep 12, 2023
1 parent 6429659 commit 774dd06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pkger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ images:
target: rpm
- name: ubuntu-2204
target: deb
- name: arch
target: pkg
custom_simple_images: ~
1 change: 1 addition & 0 deletions pkg/images/arch/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM archlinux:latest
1 change: 1 addition & 0 deletions pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
all: [ hwdata ]
debian-12+ubuntu-2204: [ libgtk-4-1 ]
fedora-37+fedora-38: [ gtk4, libdrm ]
arch: [ gtk4, hwdata ]
build_depends:
all: [ curl, make, dbus, clang ]
debian-12+ubuntu-2204: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev ]
Expand Down

0 comments on commit 774dd06

Please sign in to comment.