tap-plugins: update to 1.0.1
This commit is contained in:
parent
91672a12c9
commit
943c9d2173
1 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tap-plugins'
|
||||
pkgname=tap-plugins
|
||||
version=1.0.0
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -10,12 +10,8 @@ maintainer="Olga Ustuzhanina <me@laserbat.pw>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/tomszilagyi/tap-plugins/"
|
||||
distfiles="https://github.com/tomszilagyi/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=ea94d8b20d8056e1b9ec6d252846713780fd2a268f3a3a772c362a10950d80cd
|
||||
checksum=89c932bea903589db2717ca4d87013fea404b4123fc71acba5bc7cba18d3ecbb
|
||||
|
||||
pre_build() {
|
||||
make_build_args="CC=${CC} LD=${LD}"
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
|
||||
post_extract() {
|
||||
sed 's|/usr/local/|$(DESTDIR)/usr/| ; /CC/s:=:?=:' -i Makefile
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue