Skip to content

Commit 3102721

Browse files
Update conanfile.py
1 parent 7557f7f commit 3102721

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conanfile.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66
class PizzaTestConan(ConanFile):
7-
name = "pizza_test"
7+
name = "fossil_test"
88
version = "1.2.8"
99
license = "MPL-2.0"
1010
author = "Fossil Logic <[email protected]>"
@@ -35,6 +35,9 @@ def build(self):
3535
meson.configure()
3636
meson.build()
3737

38+
def source(self):
39+
self.run(f"git clone --branch v{self.version} --depth 1 {self.url}")
40+
3841
def package(self):
3942
"""Install headers and libraries into package folder"""
4043
meson = Meson(self)

0 commit comments

Comments
 (0)