odo: rebuild for metadata
This commit is contained in:
parent
2db652c0b2
commit
c5f8b0c437
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'odo'
|
# Template file for 'odo'
|
||||||
pkgname=odo
|
pkgname=odo
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="An atomic odometer for the command line"
|
short_desc="An atomic odometer for the command line"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
@ -18,4 +18,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin odo
|
vbin odo
|
||||||
vman man/odo.1
|
vman man/odo.1
|
||||||
|
sed -n '/Copyright/,/PERFORMANCE/p' main.c > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue