xbps-src-utils: update for latest changes.
This commit is contained in:
parent
5814a3850e
commit
53beea8a67
|
@ -2,8 +2,10 @@
|
|||
pkgname=xbps-src-utils
|
||||
version="$(date -u +%Y%m%d)"
|
||||
homepage="https://github.com/davehome/xbps-src-utils"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
makedepends="git pkg-config glib-devel libxbps-devel"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="Simplified BSD, GPL"
|
||||
|
@ -23,12 +25,3 @@ do_fetch() {
|
|||
msg_normal " Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall "${wrksrc}/xbps-repo-checkvers" 755 usr/bin
|
||||
vinstall "${wrksrc}/COPYING" 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue