Added debian package

This commit is contained in:
2024-05-06 12:15:26 +02:00
parent 49dd22f356
commit 8c4fb9eb95
6 changed files with 52 additions and 0 deletions

10
deb/DEBIAN/control Executable file
View File

@ -0,0 +1,10 @@
Package: sleepuntil
Version: 0.1
Section: utils
Priority: optional
Architecture: all
Maintainer: Mattia Mascarello <mattia.mascarello@edu.unito.it>
Description: sleeps until a specified datetime
sleepuntil is a simple utility to sleep until the specified datetime
without having to compute manually the sleep time
Depends: bash (>= 2.04)