mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 12:19:08 +00:00
Support .deb
This commit is contained in:
@@ -17,6 +17,20 @@
|
||||
|
||||
namespace QuickLook.Plugin.AppViewer.PackageParsers.Deb;
|
||||
|
||||
/// <summary>
|
||||
/// https://www.debian.org/doc/debian-policy/ch-controlfields.html
|
||||
/// </summary>
|
||||
public class DebInfo
|
||||
{
|
||||
public string Package { get; set; }
|
||||
|
||||
public string Maintainer { get; set; }
|
||||
|
||||
public string Uploaders { get; set; }
|
||||
|
||||
public string Version { get; set; }
|
||||
|
||||
public string Architecture { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user