mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
netsurf-buildsystem: extract update_* to external update file
This commit is contained in:
parent
29770320d0
commit
4935806112
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,6 @@ short_desc="The Netsurf buildsystem"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.netsurf-browser.org"
|
homepage="http://www.netsurf-browser.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
update_pkgname="${pkgname#netsurf-}"
|
|
||||||
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname#netsurf-}-${version}.tar.gz"
|
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname#netsurf-}-${version}.tar.gz"
|
||||||
checksum=3903a4a1551c9c202e1d2047344c4f3598c8d9d6c35ebf8cc2e18874bd0c9d61
|
checksum=3903a4a1551c9c202e1d2047344c4f3598c8d9d6c35ebf8cc2e18874bd0c9d61
|
||||||
|
|
||||||
|
|
1
srcpkgs/netsurf-buildsystem/update
Normal file
1
srcpkgs/netsurf-buildsystem/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname="${pkgname#netsurf-}"
|
Loading…
Add table
Reference in a new issue