parent
c28e3308d0
commit
edd938b373
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libversion'
|
||||
pkgname=libversion
|
||||
version=2.5.0
|
||||
version=2.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Advanced version string comparison library"
|
||||
|
@ -8,18 +8,19 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/repology/libversion"
|
||||
distfiles="https://github.com/repology/libversion/archive/${version}.tar.gz"
|
||||
checksum=19c027eb44153439e2ed0af639703d5230f489b2cbe85d59a218f3e0572a8ab9
|
||||
checksum=a95fac4fdcf6ac45772fa8b66f8c3a469e53395ca78fba2f92f0575d7a7458d2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libversion-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
depends="libversion-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue