Reply To: Package Installer

Forum › Forums › General › Software › Package Installer › Reply To: Package Installer

#39786
Xecure
Member

    It could be a nice addition to the Package Installer. Here is the url: http://pwsafe.org/

    Easier to add it from debian buster-backports instead of the main website.

    apt-cache show passwordsafe
    Package: passwordsafe
    Version: 1.08.2+dfsg-1~bpo10+1

    To make anticapitalista’s life easier:
    file: passwordsafe.pm

    <?xml version="1.0"?>
    <app>
    
    <category>
    Misc
    </category>
    
    <name>  
    Password Safe
    </name>
    
    <description>  
    Simple & Secure Password Management
    </description>
    
    <installable>
    all
    </installable>
    
    <screenshot>none</screenshot>
    
    <preinstall>
    echo "deb http://deb.debian.org/debian buster-backports main contrib non-free">/etc/apt/sources.list.d/pitemp.list
    apt-get update
    </preinstall>
    
    <install_package_names>
    -t buster-backports passwordsafe
    </install_package_names>
    
    <postinstall>
    rm /etc/apt/sources.list.d/pitemp.list
    apt-get update
    </postinstall>
    
    <uninstall_package_names>
    passwordsafe
    </uninstall_package_names>
    </app>

    antiX Live system enthusiast.
    General Live Boot Parameters for antiX.