Skip to content

Commit

Permalink
xxHash: move pc file to devel
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-eys authored and Duncaen committed Dec 11, 2021
1 parent 4c1f2f3 commit 990fc26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcpkgs/xxHash/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'xxHash'
pkgname=xxHash
version=0.8.1
revision=1
revision=2
build_style=gnu-makefile
make_use_env=yes
make_check_target="test"
Expand All @@ -28,6 +28,7 @@ xxHash-devel_package() {
depends="libxxHash>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
Expand Down

0 comments on commit 990fc26

Please sign in to comment.