mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
decode index checksum too cus why not
also dumps prettier package descriptions to a file now wahoo I have good priorities
This commit is contained in:
@ -29,3 +29,9 @@ extension ApkIndex {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension ApkIndex: CustomStringConvertible {
|
||||
var description: String {
|
||||
self.packages.map(String.init).joined(separator: "\n")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user