binpkg.sh: add $pkgname/$version in metadata plist.
--HG-- extra : convert_revision : 8d3926972b082b28f16ef20afe4a76ab01bebc0a
This commit is contained in:
@@ -50,6 +50,10 @@ xbps_write_metadata_pkg()
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>pkgname</key>
|
||||||
|
<string>$pkgname</string>
|
||||||
|
<key>version</key>
|
||||||
|
<string>$version</key>
|
||||||
<key>architecture</key>
|
<key>architecture</key>
|
||||||
<string>$xbps_machine</string>
|
<string>$xbps_machine</string>
|
||||||
<key>installed_size</key>
|
<key>installed_size</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user