Skip to content

Package MailHog for debian flavored OS ... for now

Notifications You must be signed in to change notification settings

pepeverde/MailHog-debian-package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For now, ( I lost my gpg keys ... ), I don't plan to update it.

MailHog-debian-package

I try to package https://github.com/mailhog/MailHog to Debian/Ubuntu OS. But my first need is that it has to work on ubuntu 12.04 (aka ubuntu precise)

Easy setup ...

echo "deb http://repo.deogracia.xyz/debian precise contrib" | sudo tee -a /etc/apt/sources.list.d/mailhog-debian-package.list
wget -O - http://l.deogracia.xyz/2 | sudo apt-key add -
sudo apt-get clean
sudo apt-get update
sudo apt-get install mailhog

I use the mailhog defaults

... Or use the build instructions

You need

  • build-install
  • fakeroot
git clone https://github.com/deogracia/MailHog-debian-package
cd MailHog-debian-package
mkdir -p package/usr/sbin
chmod 755 package/usr/sbin
cd package/usr/sbin
wget https://github.com/mailhog/MailHog/releases/download/v0.1.6/MailHog_linux_amd64
mv MailHog_linux_amd64 mailhog
chmod 755 mailhog
cd ../../..
bash restore-permission.bash

fakeroot dpkg-deb --build package

mv package.deb mailhog-VERSION-amd64.deb

apt-get install daemon
dpkg -i mailhog-VERSION-amd64.deb

Known errors

Lintian

  • new-package-should-close-itp-bug : ignored

About

Package MailHog for debian flavored OS ... for now

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%