libhangul: use github instead of google code, separate into -devel.

Closes #15115.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-13 04:14:45 -03:00 committed by Enno Boland
parent d64fd50975
commit 9df2df9491
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
2 changed files with 16 additions and 4 deletions

1
srcpkgs/libhangul-devel Symbolic link
View File

@ -0,0 +1 @@
libhangul

View File

@ -1,11 +1,22 @@
# Template file for 'libhangul'
pkgname=libhangul
version=0.1.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static"
short_desc="A library to support hangul input and character classification"
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
homepage="http://code.google.com/p/libhangul/"
license="LGPL-2.1"
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${version}.tar.gz"
license="LGPL-2.1-or-later"
homepage="https://github.com/libhangul/libhangul"
distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.tar.gz"
checksum=5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a
libhangul-devel_package() {
depends="libhangul-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}