netsurf-buildsystem: extract update_* to external update file
This commit is contained in:
parent
29770320d0
commit
4935806112
|
@ -8,7 +8,6 @@ short_desc="The Netsurf buildsystem"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.netsurf-browser.org"
|
||||
license="MIT"
|
||||
update_pkgname="${pkgname#netsurf-}"
|
||||
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname#netsurf-}-${version}.tar.gz"
|
||||
checksum=3903a4a1551c9c202e1d2047344c4f3598c8d9d6c35ebf8cc2e18874bd0c9d61
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname="${pkgname#netsurf-}"
|
Loading…
Reference in New Issue