Skip to content

Commit

Permalink
(#15183) m4: add package_type attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 authored Jan 9, 2023
1 parent a48499d commit e80254f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/m4/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

class M4Conan(ConanFile):
name = "m4"
package_type = "application"
description = "GNU M4 is an implementation of the traditional Unix macro processor"
topics = ("macro", "preprocessor")
homepage = "https://www.gnu.org/software/m4/"
Expand Down

0 comments on commit e80254f

Please sign in to comment.