odo: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-29 11:51:31 +01:00 committed by maxice8
parent 2db652c0b2
commit c5f8b0c437
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'odo'
pkgname=odo
version=0.2.2
revision=2
revision=3
short_desc="An atomic odometer for the command line"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="ISC"
@ -18,4 +18,6 @@ do_build() {
do_install() {
vbin odo
vman man/odo.1
sed -n '/Copyright/,/PERFORMANCE/p' main.c > LICENSE
vlicense LICENSE
}