This is repository for aptly tool.

To install aptly, add new repository to /etc/apt/sources.list.d/aptly.list:

deb http://repo.aptly.info/ squeeze main
        

And import key that is used to sign the release:

New key per 2022-03-15 !
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A0546A43624A8331
        

After that you can install aptly as any other software package:

sudo apt-get update
sudo apt-get install aptly
        

Don't worry about squeeze part in repo name: aptly package should work on Debian squeeze+, Ubuntu 10.0+. Package contains aptly binary, man page and bash completion.

Nightly builds are available from repo:

deb http://repo.aptly.info/ nightly main