Skip to content

Commit

Permalink
ports/libxcvt: Add port
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jan 13, 2024
1 parent 62377a7 commit 2867af4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions recipes/libxcvt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name=libxcvt
version=0.1.2
revision=1
tarball_url="https://www.x.org/archive/individual/lib/libxcvt-${version}.tar.xz"
tarball_blake2b="8a4803eb6790fd0ea1520fd31e335f7a363c3606e74837a959453be8819ce0d450af7bb651887a891aa657a5eeac3e4983041060fa5c87b1238c83354e425de7"
imagedeps="meson ninja"
hostdeps="gcc pkg-config"
deps="core-libs"

build() {
meson_configure

ninja -j${parallelism}
}

package() {
DESTDIR="${dest_dir}" ninja install

post_package_strip
}

0 comments on commit 2867af4

Please sign in to comment.